Центрирование расположения оконо на экране

This commit is contained in:
danamir
2018-12-06 15:38:01 +03:00
parent 70b2c089b5
commit bfb87190d4
4 changed files with 4 additions and 554 deletions

View File

@@ -247,6 +247,7 @@ class Page3(wx.App):
def OnInit(self):
self.frame = Page3Frame(None, wx.ID_ANY, "")
self.frame.Show()
self.frame.Center()
return True
# end of class MyApp