File tree Expand file tree Collapse file tree 5 files changed +15
-27
lines changed Expand file tree Collapse file tree 5 files changed +15
-27
lines changed Original file line number Diff line number Diff line change 265
265
<Style Selector =" ^ /template/ Border#PART_BorderElement" >
266
266
<Setter Property =" Background" Value =" {DynamicResource TextControlBackgroundFocused}" />
267
267
<Setter Property =" BorderBrush" Value =" {DynamicResource TextControlBorderBrushFocused}" />
268
- <Setter Property =" BorderThickness" Value =" 1 1 1 2 " />
268
+ <Setter Property =" BorderThickness" Value =" 1 1 1 1 " />
269
269
</Style >
270
270
</Style >
271
271
Original file line number Diff line number Diff line change 42
42
<!-- Background image -->
43
43
<Border x : Name =" BackgroundImage" ClipToBounds =" True" >
44
44
<Image Source =" /Assets/Background/Wallpaper.png" Stretch =" UniformToFill"
45
- Margin = " 0 0 " Opacity =" 0.40 " >
45
+ Opacity =" 0.525 " >
46
46
<Image .OpacityMask>
47
47
<LinearGradientBrush StartPoint =" 0%,0%" EndPoint =" 0%,55%" >
48
48
<GradientStop Color =" #FF000000" Offset =" 0" />
Original file line number Diff line number Diff line change 25
25
PointerEntered =" OnCardPointerEntered"
26
26
PointerExited =" OnCardPointerExited"
27
27
ClipToBounds =" True"
28
- BorderBrush =" #27282d "
28
+ BorderBrush =" #28292e "
29
29
BorderThickness =" 1"
30
30
Margin =" 14 6 14 28" HorizontalAlignment =" Stretch" VerticalAlignment =" Center" >
31
31
Original file line number Diff line number Diff line change 26
26
<!-- Background image -->
27
27
<Border x : Name =" BackgroundImage" ClipToBounds =" True" >
28
28
<Image Source =" /Assets/Background/Wallpaper.png" Stretch =" UniformToFill"
29
- Margin =" 0 0" Opacity =" 0.165 " >
29
+ Margin =" 0 0" Opacity =" 0.265 " >
30
30
<Image .OpacityMask>
31
- <LinearGradientBrush StartPoint =" 0%,0%" EndPoint =" 0%,96 %" >
31
+ <LinearGradientBrush StartPoint =" 0%,0%" EndPoint =" 0%,76 %" >
32
32
<GradientStop Color =" #FF000000" Offset =" 0" />
33
33
<GradientStop Color =" #00000000" Offset =" 1" />
34
34
</LinearGradientBrush >
Original file line number Diff line number Diff line change 61
61
<!-- Profile Button -->
62
62
<Button Name =" Profile" ClipToBounds =" True" Opacity =" {Binding ProfileButtonOpacity}" BorderThickness =" 0" Padding =" 5 0 10 0" Background =" Transparent" Height =" 45" CornerRadius =" 8" >
63
63
<Button .Flyout>
64
- <Flyout HorizontalOffset = " 15 " >
65
- <Grid Margin =" 2 " >
64
+ <Flyout >
65
+ <Grid Margin =" 3 " >
66
66
<StackPanel Spacing =" 8" >
67
- <Button Margin = " 2 " Cursor =" Hand" Click =" EditProfile" Foreground = " #e8e8e8 " >
67
+ <Button Cursor =" Hand" Click =" EditProfile" HorizontalAlignment = " Stretch " Padding = " 10 0 " Height = " 35 " Background = " Transparent " CornerRadius = " 8 " HorizontalContentAlignment = " Left " VerticalContentAlignment = " Center " >
68
68
<ToolTip .Tip>
69
69
<StackPanel Orientation =" Horizontal" >
70
70
<TextBlock HorizontalAlignment =" Center" VerticalAlignment =" Center" >Edit Settings</TextBlock >
71
71
<controls1 : KeybindDisplay Keybind =" Ctrl+E" />
72
72
</StackPanel >
73
73
</ToolTip .Tip>
74
74
75
- <Button .Resources>
76
- <ResourceDictionary >
77
- <SolidColorBrush x : Key =" ButtonForegroundPointerOver" Color =" #ffffff" />
78
- <SolidColorBrush x : Key =" ButtonForeground" Color =" #e8e8e8" />
79
- </ResourceDictionary >
80
- </Button .Resources>
81
-
82
- <Grid ColumnDefinitions =" Auto,*,Auto" >
83
- <profiles : ProfileSplashControl Grid.Column=" 0" Radius =" 8" SplashScale =" 1.2" DataContext =" {Binding CurrentProfile}" />
84
-
85
- <StackPanel Margin =" 12 0 0 0" Grid.Column=" 1" HorizontalAlignment =" Left" VerticalAlignment =" Center" Spacing =" 2" >
86
- <TextBlock MaxWidth =" 250" TextWrapping =" NoWrap" TextTrimming =" CharacterEllipsis" FontWeight =" DemiBold" FontSize =" 16" Text =" {Binding ProfileDisplayName}" />
87
- <TextBlock IsVisible =" True" FontSize =" 12" Opacity =" 0.5" Text =" {Binding LoadedFilesDisplayWithoutDash}" />
88
- </StackPanel >
89
-
90
- <StackPanel VerticalAlignment =" Center" Grid.Column=" 2" Margin =" 35 0 10 0" >
91
- <avalonia : FluentIcon Opacity =" 1" Icon =" Settings" />
92
- </StackPanel >
93
- </Grid >
75
+ <StackPanel Orientation =" Horizontal" Spacing =" 10" >
76
+ <avalonia : FluentIcon Icon =" Settings" IconSize =" Size32" FontSize =" 21" IconVariant =" Regular" />
77
+
78
+ <TextBlock FontWeight =" Light" FontSize =" 14" HorizontalAlignment =" Center" VerticalAlignment =" Center" >
79
+ Settings
80
+ </TextBlock >
81
+ </StackPanel >
94
82
</Button >
95
83
</StackPanel >
96
84
</Grid >
You can’t perform that action at this time.
0 commit comments