[FZ Editor] Editor window size overflow (#9389)

This commit is contained in:
Seraphima Zykova
2021-02-02 11:16:03 +03:00
committed by GitHub
parent 612f3e20ac
commit e4963d65ff

View File

@@ -46,6 +46,8 @@ namespace FancyZonesEditor
WrapPanelItemSize = SmallWrapPanelItemSize;
}
MaxWidth = workArea.Width;
MaxHeight = workArea.Height;
SizeToContent = SizeToContent.WidthAndHeight;
}