Skip to content

Commit

Permalink
Fix #211: NavigationView pane close issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Dec 3, 2020
1 parent 50dc4e4 commit d1615ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ internal void UpdateCompactPaneLength(double compactPaneLength, bool shouldUpdat
{
if (GetTemplateChildT<ColumnDefinition>(c_iconBoxColumnDefinitionName, this) is { } iconGridColumn)
{
iconGridColumn.Width = new GridLength(compactPaneLength);
ColumnDefinitionHelper.SetPixelWidth(iconGridColumn, compactPaneLength);
}
}
}
Expand Down

0 comments on commit d1615ab

Please sign in to comment.