Commit c91eea7b authored by Guillaume Seguin's avatar Guillaume Seguin

Woops, this was not enough. Here we go. #431

parent ad02e645
......@@ -902,6 +902,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()
def help_button(self):
......
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