ui: Fixes for source group ui

* added final icons
* fixed inconsistent names on copy
* fixed files list for cdb groups not updated
This commit is contained in:
Eberhard Graether
2017-05-31 13:33:34 +02:00
parent 539377339a
commit 8a6def2d7a
11 changed files with 16 additions and 13 deletions
+6 -1
View File
@@ -221,10 +221,15 @@ QCheckBox:disabled {
color: black;
}
#project_menu QListWidget::item:disabled, #project_menu #general_button:disabled {
background: white;
color: gray;
}
#project_menu #action_button {
background: white;
border: none;
color: white;
margin: 5px;
margin: 5px 5px 3px;
padding: 1px;
}