Skip to content

Commit

Permalink
wx.metadata/g.gui.metadata: update wx.SplitterWindow widget size
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Jul 2, 2020
1 parent ec61681 commit d3e3dde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ def initEditor(self, ):
self.splitter.SplitVertically(self.editor, self.ntbRight, sashPosition=0.65)
self.splitter.SetSashGravity(0.65)
self.Hsizer.Add(self.splitter, proportion=1, flag=wx.EXPAND)
self.splitter.SizeWindows()
self.splitter.UpdateSize()
self.resizeFrame()
self.Show()

Expand Down

0 comments on commit d3e3dde

Please sign in to comment.