mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Changes default size of application
This commit is contained in:
BIN
ivolution/data/samples/pluxml_1.3.jpg
Normal file
BIN
ivolution/data/samples/pluxml_1.3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 288 KiB |
@@ -24,7 +24,7 @@ helpid = 1004
|
|||||||
class IvolutionTemplate ( wx.Frame ):
|
class IvolutionTemplate ( wx.Frame ):
|
||||||
|
|
||||||
def __init__( self, parent ):
|
def __init__( self, parent ):
|
||||||
wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = wx.EmptyString, pos = wx.DefaultPosition, size = wx.Size( 560,645 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL )
|
wx.Frame.__init__ ( self, parent, id = wx.ID_ANY, title = wx.EmptyString, pos = wx.DefaultPosition, size = wx.Size( 368,472 ), style = wx.DEFAULT_FRAME_STYLE|wx.TAB_TRAVERSAL )
|
||||||
|
|
||||||
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize )
|
self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user