File tree 4 files changed +4
-2
lines changed
src/Files.App/Views/Settings
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 156
156
<GridView
157
157
Padding=" 8"
158
158
HorizontalAlignment=" Stretch"
159
+ Background=" {ThemeResource CardBackgroundFillColorDefaultBrush}"
159
160
ItemTemplate=" {StaticResource AppThemeResourcesItemTemplate}"
160
161
ItemsSource=" {x:Bind ViewModel.AppThemeResources, Mode=OneWay}"
161
162
SelectedItem=" {x:Bind ViewModel.SelectedAppThemeResources, Mode=TwoWay}" />
Original file line number Diff line number Diff line change 55
55
ItemsSource=" {x:Bind ViewModel.OpenInIDEOptions.Values}"
56
56
SelectedItem=" {x:Bind ViewModel.SelectedOpenInIDEOption, Mode=TwoWay}" />
57
57
<wctcontrols : SettingsExpander .ItemsHeader>
58
- <StackPanel Orientation =" Vertical" >
58
+ <StackPanel Background = " {ThemeResource CardBackgroundFillColorDefaultBrush} " Orientation =" Vertical" >
59
59
<Grid
60
60
x:Name=" IDEConfigGrid"
61
61
Padding=" 32,12"
Original file line number Diff line number Diff line change 102
102
<Grid
103
103
Padding=" 8"
104
104
HorizontalAlignment=" Stretch"
105
+ Background=" {ThemeResource CardBackgroundFillColorDefaultBrush}"
105
106
RowSpacing=" 4"
106
107
Visibility=" {x:Bind ViewModel.OpenASpecificPageOnStartup, Mode=OneWay}" >
107
108
<Grid .RowDefinitions>
Original file line number Diff line number Diff line change 54
54
55
55
<Button Command =" {x:Bind ViewModel.AddTagCommand, Mode=OneWay}" Content =" {helpers:ResourceString Name=NewTag}" />
56
56
<wctcontrols : SettingsExpander .ItemsHeader>
57
- <StackPanel >
57
+ <StackPanel Background = " {ThemeResource CardBackgroundFillColorDefaultBrush} " >
58
58
<!-- Create new tag -->
59
59
<Grid
60
60
x:Name=" AddTagGrid"
You can’t perform that action at this time.
0 commit comments