Management panel status label is now orange

This commit is contained in:
Vinicius Moreira
2019-06-18 18:02:52 -03:00
parent 94d000e435
commit 4e81563faf
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ class ManageWindow(QWidget):
self.label_status = QLabel()
self.label_status.setText('')
self.label_status.setStyleSheet("color: orange")
toolbar.addWidget(self.label_status)
spacer = QWidget()