File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 156156 <GridView
157157 Padding=" 8"
158158 HorizontalAlignment=" Stretch"
159+ Background=" {ThemeResource CardBackgroundFillColorDefaultBrush}"
159160 ItemTemplate=" {StaticResource AppThemeResourcesItemTemplate}"
160161 ItemsSource=" {x:Bind ViewModel.AppThemeResources, Mode=OneWay}"
161162 SelectedItem=" {x:Bind ViewModel.SelectedAppThemeResources, Mode=TwoWay}" />
Original file line number Diff line number Diff line change 5555 ItemsSource=" {x:Bind ViewModel.OpenInIDEOptions.Values}"
5656 SelectedItem=" {x:Bind ViewModel.SelectedOpenInIDEOption, Mode=TwoWay}" />
5757 <wctcontrols : SettingsExpander .ItemsHeader>
58- <StackPanel Orientation =" Vertical" >
58+ <StackPanel Background = " {ThemeResource CardBackgroundFillColorDefaultBrush} " Orientation =" Vertical" >
5959 <Grid
6060 x:Name=" IDEConfigGrid"
6161 Padding=" 32,12"
Original file line number Diff line number Diff line change 102102 <Grid
103103 Padding=" 8"
104104 HorizontalAlignment=" Stretch"
105+ Background=" {ThemeResource CardBackgroundFillColorDefaultBrush}"
105106 RowSpacing=" 4"
106107 Visibility=" {x:Bind ViewModel.OpenASpecificPageOnStartup, Mode=OneWay}" >
107108 <Grid .RowDefinitions>
Original file line number Diff line number Diff line change 5454
5555 <Button Command =" {x:Bind ViewModel.AddTagCommand, Mode=OneWay}" Content =" {helpers:ResourceString Name=NewTag}" />
5656 <wctcontrols : SettingsExpander .ItemsHeader>
57- <StackPanel >
57+ <StackPanel Background = " {ThemeResource CardBackgroundFillColorDefaultBrush} " >
5858 <!-- Create new tag -->
5959 <Grid
6060 x:Name=" AddTagGrid"
You can’t perform that action at this time.
0 commit comments