Skip to content

Commit b454edf

Browse files
authored
Feature: Reduced minimum window dimensions (#16283)
1 parent 593d11e commit b454edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/MainWindow.xaml.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public MainWindow()
2525
InitializeComponent();
2626

2727
WindowHandle = WinUIEx.WindowExtensions.GetWindowHandle(this);
28-
MinHeight = 416;
29-
MinWidth = 516;
28+
MinHeight = 316;
29+
MinWidth = 416;
3030
ExtendsContentIntoTitleBar = true;
3131
Title = "Files";
3232
AppWindow.TitleBar.ButtonBackgroundColor = Colors.Transparent;

0 commit comments

Comments
 (0)