Skip to content

Commit 4d98a06

Browse files
committed
Update SettingsWindow.xaml.cs
1 parent 34397e9 commit 4d98a06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/SettingsWindow.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,10 @@ private void NavView_DisplayModeChanged(NavigationView sender, NavigationViewDis
196196
if (args.DisplayMode is NavigationViewDisplayMode.Compact or NavigationViewDisplayMode.Minimal)
197197
{
198198
AppTitleBar.IsPaneToggleButtonVisible = true;
199-
WorkAroundIcon.Margin = new Thickness(8, 0, 16, 0); // Required for workaround, see XAML comment
200199
}
201200
else
202201
{
203202
AppTitleBar.IsPaneToggleButtonVisible = false;
204-
WorkAroundIcon.Margin = new Thickness(16, 0, 8, 0); // Required for workaround, see XAML comment
205203
}
206204
}
207205

0 commit comments

Comments
 (0)