ui: set lists readonly in QtDirectoryListBox

This commit is contained in:
Eberhard Graether
2018-01-08 12:38:30 +01:00
parent 1d636d6591
commit 5bd37772fe
3 changed files with 85 additions and 10 deletions
+4
View File
@@ -31,6 +31,10 @@ QtListItemWidget #field {
margin-left: 5px;
}
QtListItemWidget #field:disabled {
color: grey;
}
#bar {
border-top: 1px solid lightgray;
}