mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 07:16:38 +00:00
MiRCARTGeneralFrame.py: add toolbar windows to sizer w/ border width 3.
This commit is contained in:
parent
e53e8bf8e7
commit
499296ba1d
@ -111,7 +111,7 @@ class MiRCARTGeneralFrame(wx.Frame):
|
||||
self.Bind(wx.EVT_TOOL_RCLICKED, self.onInput, toolBarItemWindow)
|
||||
for numToolBar in range(len(self.toolBars)):
|
||||
self.sizerSkin.Add( \
|
||||
self.toolBars[numToolBar], 0, wx.ALIGN_LEFT, 4)
|
||||
self.toolBars[numToolBar], 0, wx.ALL|wx.ALIGN_LEFT, 3)
|
||||
self.toolBars[numToolBar].Realize()
|
||||
self.toolBars[numToolBar].Fit()
|
||||
# }}}
|
||||
|
Loading…
Reference in New Issue
Block a user