Skip to content

Commit

Permalink
Move conversion button to a more logical (IMHO) place
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed May 13, 2018
1 parent 14ea0f5 commit 4aea519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moccasin/interfaces/moccasin_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ def __init__(self, parent):

topPanelSizer.Add(sbSizer9, 2, wx.ALL|wx.EXPAND, 0)
topPanelSizer.Add(optionInset, 2, wx.ALL|wx.EXPAND, 0)
topPanelSizer.Add(buttonVSizer, 2, wx.ALL|wx.EXPAND, 0)
mainSizer.Add(topPanelSizer, 1, wx.ALL|wx.EXPAND, 0)

# Mid sizer
Expand All @@ -348,6 +347,7 @@ def __init__(self, parent):
self.matlabWebView.SetPage(_EMPTY_PAGE, "")
midPanelSizer.Add(self.matlabWebView, 1, wx.ALIGN_BOTTOM|wx.ALL|wx.EXPAND, 5)
mainSizer.Add(midPanelSizer, 2, wx.ALL|wx.EXPAND, 5)
mainSizer.Add(buttonVSizer, 0, wx.ALL|wx.EXPAND, 0)

# Bottom sizer
bottomPanelSizer = wx.StaticBoxSizer(
Expand Down

0 comments on commit 4aea519

Please sign in to comment.