Skip to content

Commit

Permalink
Tweaks to Side Pane Reveal Effect
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeblevins committed Jun 15, 2019
1 parent 1107889 commit 9b3e8d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Files UWP/ProHome.xaml
Expand Up @@ -658,9 +658,9 @@
<Grid>
<StackPanel>
<StackPanel.Resources>
<SolidColorBrush x:Key="ListViewItemBackgroundSelected" Color="LightGray"/>
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPointerOver" Color="LightGray"/>
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPressed" Color="LightGray"/>
<SolidColorBrush x:Key="ListViewItemBackgroundSelected" Color="{ThemeResource SystemRevealListMediumColor}"/>
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPointerOver" Color="{ThemeResource SystemRevealListMediumColor}"/>
<SolidColorBrush x:Key="ListViewItemBackgroundSelectedPressed" Color="{ThemeResource SystemRevealListMediumColor}"/>
</StackPanel.Resources>
<TextBlock Margin="10" Text="Locations" FontSize="14" FontWeight="Bold" Padding="0" VerticalAlignment="Stretch"/>
<ListView SelectionChanged="LocationsList_SelectionChanged" SelectionMode="Single" IsItemClickEnabled="True" ItemClick="LocationsList_ItemClick" Name="LocationsList">
Expand Down

0 comments on commit 9b3e8d8

Please sign in to comment.