Skip to content

Commit 52bea5f

Browse files
committed
Update MainPage.xaml.cs
1 parent 825d0e1 commit 52bea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/MainPage.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ private void PaneSplitter_ManipulationCompleted(object sender, ManipulationCompl
441441

442442
private void ApplySidebarWidthState()
443443
{
444-
if (UserSettingsService.AppearanceSettingsService.SidebarWidth > 300)
444+
if (UserSettingsService.AppearanceSettingsService.SidebarWidth > 320)
445445
VisualStateManager.GoToState(this, "LargeSidebarWidthState", true);
446446
else if (UserSettingsService.AppearanceSettingsService.SidebarWidth > 260)
447447
VisualStateManager.GoToState(this, "MediumSidebarWidthState", true);

0 commit comments

Comments
 (0)