Skip to content

Commit

Permalink
Fix search button style to match rest of buttons in nav view
Browse files Browse the repository at this point in the history
  • Loading branch information
UXP Controls Automated Porting System committed Jan 16, 2019
1 parent 035d575 commit ef8bdb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/NavigationView/NavigationView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@

<Grid Grid.Row="2" Height="{StaticResource PaneToggleButtonHeight}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto"/>
<ColumnDefinition Width="40"/> <!-- TODO: How to best get from Double 'PaneToggleButtonWidth' to GridLength in markup? -->
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>

Expand Down
2 changes: 2 additions & 0 deletions dev/NavigationView/NavigationView_rs1_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@
<Setter Property="Content" Value="&#xE11A;"/>
<Setter Property="FontFamily" Value="Segoe MDL2 Assets" />
<Setter Property="BorderThickness" Value="{ThemeResource NavigationViewToggleBorderThickness}" />
<Setter Property="Background" Value="{ThemeResource NavigationViewItemBackground}" />
<Setter Property="Foreground" Value="{ThemeResource NavigationViewItemForeground}" />
</Style>

<Style x:Key="NavigationViewOverflowButtonStyleWhenPaneOnTop" TargetType="Button">
Expand Down

0 comments on commit ef8bdb1

Please sign in to comment.