[ui] changed the main toolbar buttons style

This commit is contained in:
Vinicius Moreira
2020-04-23 15:48:51 -03:00
parent c07e99c989
commit 90049e3687
7 changed files with 70 additions and 60 deletions

View File

@@ -302,7 +302,7 @@ class AppsTable(QTableWidget):
def uninstall():
self._uninstall_app(pkg)
item = self._gen_row_button(self.i18n['uninstall'].capitalize(), INSTALL_BT_STYLE.format(back='#cc0000'), uninstall)
item = self._gen_row_button(self.i18n['uninstall'].capitalize(), INSTALL_BT_STYLE.format(back='#ff1a1a'), uninstall)
else:
item = QLabel()
item.setPixmap((QPixmap(resource.get_path('img/checked.svg'))))