mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[FZ Editor] Editor window size overflow (#9389)
This commit is contained in:
@@ -46,6 +46,8 @@ namespace FancyZonesEditor
|
||||
WrapPanelItemSize = SmallWrapPanelItemSize;
|
||||
}
|
||||
|
||||
MaxWidth = workArea.Width;
|
||||
MaxHeight = workArea.Height;
|
||||
SizeToContent = SizeToContent.WidthAndHeight;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user