style tweaked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c1fcc7a9b3
commit
e478ff9e2d
@ -54,7 +54,7 @@ class RunDemoApp(wx.App):
|
||||
self.SetAssertMode(assertMode)
|
||||
|
||||
frame = wx.Frame(None, -1, "RunDemo: " + self.name, pos=(50,50), size=(200,100),
|
||||
style=wx.NO_FULL_REPAINT_ON_RESIZE|wx.DEFAULT_FRAME_STYLE)
|
||||
style=wx.DEFAULT_FRAME_STYLE)
|
||||
frame.CreateStatusBar()
|
||||
|
||||
menuBar = wx.MenuBar()
|
||||
|
Loading…
Reference in New Issue
Block a user