improving settings button color

This commit is contained in:
Vinicius Moreira
2019-08-05 15:35:42 -03:00
parent d326081eb7
commit 31f981d910

View File

@@ -378,7 +378,7 @@ class AppsTable(QTableWidget):
self.show_app_settings(app_v)
if self.has_any_settings(app_v):
bt = IconButton(icon_path=resource.get_path('img/app_settings.svg'), action=handle_click, background='gray')
bt = IconButton(icon_path=resource.get_path('img/app_settings.svg'), action=handle_click, background='#2E68D3')
tb.addWidget(bt)
self.setCellWidget(idx, 5, tb)