Skip to content

Commit 64bbd00

Browse files
committed
Update FilePropertiesHelpers.cs
1 parent 7d12a38 commit 64bbd00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Files.App/Utils/Storage/Helpers/FilePropertiesHelpers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ public static void OpenPropertiesWindow(object item, IShellPage associatedInstan
111111
var height = Convert.ToInt32(500 * App.AppModel.AppWindowDPI);
112112

113113
propertiesWindow.AppWindow.Resize(new (width, height));
114+
propertiesWindow.IsMinimizable = false;
115+
propertiesWindow.IsMaximizable = false;
114116
propertiesWindow.Content = frame;
115117
propertiesWindow.SystemBackdrop = new AppSystemBackdrop(true);
116118

0 commit comments

Comments
 (0)