kopia lustrzana https://github.com/inkstitch/inkstitch
don't force position of Params window
rodzic
bad22d2501
commit
6653350a70
|
@ -335,8 +335,7 @@ class SettingsFrame(wx.Frame):
|
|||
self.tabs_factory = kwargs.pop('tabs_factory', [])
|
||||
self.cancel_hook = kwargs.pop('on_cancel', None)
|
||||
wx.Frame.__init__(self, None, wx.ID_ANY,
|
||||
"Embroidery Params",
|
||||
pos=wx.Point(0,0)
|
||||
"Embroidery Params"
|
||||
)
|
||||
self.notebook = wx.Notebook(self, wx.ID_ANY)
|
||||
self.tabs = self.tabs_factory(self.notebook)
|
||||
|
|
Ładowanie…
Reference in New Issue