Skip to content

Commit

Permalink
Don't seem to need MinWidth/MaxWidth after all...
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 46fd162 commit c2ed2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/NavigationView/NavigationView_rs1_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@
Background="{TemplateBinding Background}"
HorizontalAlignment="Stretch">
<Grid.ColumnDefinitions>
<ColumnDefinition MinWidth="{ThemeResource PaneToggleButtonWidth}" MaxWidth="{ThemeResource PaneToggleButtonWidth}"/>
<ColumnDefinition Width="{ThemeResource PaneToggleButtonWidth}"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition MinHeight="{ThemeResource PaneToggleButtonHeight}"/>
<RowDefinition Height="{ThemeResource PaneToggleButtonHeight}"/>
</Grid.RowDefinitions>

<VisualStateManager.VisualStateGroups>
Expand Down

0 comments on commit c2ed2e7

Please sign in to comment.