We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593d11e commit b454edfCopy full SHA for b454edf
src/Files.App/MainWindow.xaml.cs
@@ -25,8 +25,8 @@ public MainWindow()
25
InitializeComponent();
26
27
WindowHandle = WinUIEx.WindowExtensions.GetWindowHandle(this);
28
- MinHeight = 416;
29
- MinWidth = 516;
+ MinHeight = 316;
+ MinWidth = 416;
30
ExtendsContentIntoTitleBar = true;
31
Title = "Files";
32
AppWindow.TitleBar.ButtonBackgroundColor = Colors.Transparent;
0 commit comments