menu bar and info panel spacing

This commit is contained in:
Donnie
2020-06-24 22:09:31 -04:00
parent 29b1bbab9d
commit cdf8c3b6e5
3 changed files with 40 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ class QTopPanel(QFrame):
self.proceedButton = QPushButton("Mission Planning")
self.proceedButton.setIcon(CONST.ICONS["Proceed"])
self.proceedButton.setProperty("style", "btn-primary")
self.proceedButton.setProperty("style", "btn-success")
self.proceedButton.clicked.connect(self.proceed)
if self.game and self.game.turn == 0:
self.proceedButton.setEnabled(False)