changing toolbar button styles

This commit is contained in:
Vinicius Moreira
2019-08-28 16:49:50 -03:00
parent e508e3a345
commit d1793d3ef4
6 changed files with 153 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ class UpdateToggleButton(QWidget):
self.bt.clicked.connect(self.change_state)
self.bt.setIcon(QIcon(resource.get_path('img/app_update.svg')))
self.bt.setStyleSheet('QToolButton { background: #4EC306 } ' +
self.bt.setStyleSheet('QToolButton { background: #20A435 } ' +
'QToolButton:checked { background: gray }')
layout.addWidget(self.bt)