Commit 38d6ab5c authored by Guillaume Seguin's avatar Guillaume Seguin

Merge branch 'master' of github.com:kliment/Printrun

parents 0754c6df 9609b9d5
...@@ -533,7 +533,7 @@ class MainWindow(wx.Frame): ...@@ -533,7 +533,7 @@ class MainWindow(wx.Frame):
rightpanel.SetSizer(rightsizer) rightpanel.SetSizer(rightsizer)
self.splitterwindow = wx.SplitterWindow(rightpanel, style = wx.SP_3D) self.splitterwindow = wx.SplitterWindow(rightpanel, style = wx.SP_3D)
self.splitterwindow.SetMinimumPaneSize(150) self.splitterwindow.SetMinimumPaneSize(150)
self.splitterwindow.SetSashGravity(0.5) self.splitterwindow.SetSashGravity(0.8)
rightsizer.Add(self.splitterwindow, 1, wx.EXPAND) rightsizer.Add(self.splitterwindow, 1, wx.EXPAND)
vizpanel = self.newPanel(self.splitterwindow) vizpanel = self.newPanel(self.splitterwindow)
logpanel = self.newPanel(self.splitterwindow) logpanel = self.newPanel(self.splitterwindow)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment