mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-14 04:38:20 +10:00
gui_main.py: Add missing height enforcement in root patch modal
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user