mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-23 03:20:16 +10:00
GUI: Unify Centre() calls
This commit is contained in:
@@ -825,7 +825,7 @@ class SettingsFrame(wx.Frame):
|
||||
|
||||
|
||||
self.parent.model_label.SetLabel(f"Model: {selection}")
|
||||
self.parent.model_label.Center(wx.HORIZONTAL)
|
||||
self.parent.model_label.Centre(wx.HORIZONTAL)
|
||||
|
||||
self.frame_modal.Destroy()
|
||||
SettingsFrame(
|
||||
|
||||
Reference in New Issue
Block a user