Skip to content

Commit

Permalink
small ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Dec 9, 2019
1 parent 030ae8a commit 90f5270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug_py/plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def acceptWindow(self, show):
def resetToStart(self):
self.updateInfo('')
self.updateInfoCenter('')
self.ui.hourList.setVisible(True)
self.ui.hourList.setVisible(False)
self.ui.hourLabel.setVisible(False)
self.ui.infoCenterLabel.setVisible(False)
self.ui.selectButton.setVisible(False)
Expand Down

0 comments on commit 90f5270

Please sign in to comment.