gui_main.py: Add missing height enforcement in root patch modal

This commit is contained in:
Mykola Grymalyuk
2022-05-22 00:02:00 -06:00
parent 0068a86035
commit c1e7765284

View File

@@ -1091,6 +1091,7 @@ class wx_python_gui:
self.main_menu()
self.reset_frame_modal()
self.frame_modal.SetSize(-1, self.WINDOW_HEIGHT_MAIN)
# Header
self.header = wx.StaticText(self.frame_modal, label="Root Patching", pos=(10, 10))