i18n improvement

This commit is contained in:
Vinicius Moreira
2019-08-04 17:26:42 -03:00
parent 538074fd6a
commit cba7b688de
4 changed files with 7 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ class UpdateToggleButton(QWidget):
self.bt = QPushButton()
self.bt.setText(self.unchecked_text)
self.bt.setToolTip(self.locale_keys['manage_window.apps_table.upgrade_toggle.tooltip'])
self.bt.setStyleSheet('QPushButton { ' + INSTALL_BT_STYLE.format(back='#04B404') + ' } ' +
'QPushButton:checked {' + INSTALL_BT_STYLE.format(back='gray') + '}')
self.bt.setCheckable(True)