mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 05:47:09 +01:00
Don't explicitly set the position of the frame
This commit is contained in:
@@ -55,7 +55,7 @@ class RunDemoApp(wx.App, wx.lib.mixins.inspection.InspectionMixin):
|
||||
self.SetAssertMode(assertMode)
|
||||
self.InitInspection() # for the InspectionMixin base class
|
||||
|
||||
frame = wx.Frame(None, -1, "RunDemo: " + self.name, pos=(50,50), size=(200,100),
|
||||
frame = wx.Frame(None, -1, "RunDemo: " + self.name, size=(200,100),
|
||||
style=wx.DEFAULT_FRAME_STYLE, name="run a sample")
|
||||
frame.CreateStatusBar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user