Browse Source

closes #297 @thorstenwagner - fix footer button sizing

pull/473/head
Chris 5 years ago
parent
commit
0b79b5d766
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/gui/components/footer.py

2
gooey/gui/components/footer.py

@ -122,7 +122,7 @@ class Footer(wx.Panel):
return wx.Button(
parent=self,
id=event_id,
size=(90, 24),
size=(90, -1),
label=label,
style=style)

Loading…
Cancel
Save