Commit bdcc13f6 authored by Guillaume Seguin's avatar Guillaume Seguin

Attempt at fixing #467

parent a41ab09c
......@@ -894,8 +894,7 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
self.centersizer.Add(b, pos = (i // 4, i % 4), flag = wx.EXPAND)
else:
self.centersizer.Add(b, flag = wx.EXPAND)
self.panel.Fit()
self.Fit()
self.centerpanel.Layout()
def help_button(self):
print _('Defines custom button. Usage: button <num> "title" [/c "colour"] command')
......
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