Browse Source

pass footer_bg_color from buildSpec to Footer

pull/546/head
Stephen Macke 4 years ago
committed by Chris
parent
commit
4badaf4966
1 changed files with 1 additions and 0 deletions
  1. 1
      gooey/gui/components/footer.py

1
gooey/gui/components/footer.py

@ -90,6 +90,7 @@ class Footer(wx.Panel):
def _do_layout(self):
self.SetBackgroundColour(self.buildSpec['footer_bg_color'])
self.stop_button.Hide()
self.restart_button.Hide()

Loading…
Cancel
Save