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

@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.2.0] - 2019-06-18
### Features
- Management panel shows update commands streams
- Management panel status label is "orange" now
## [0.1.0] - 2019-06-14
### Features

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()