ui: fixed squashed Combobox and pick both files and directories in QtDirectoryListBox

This commit is contained in:
Eberhard Graether
2016-02-24 00:02:17 +01:00
parent 7845987f8f
commit 33ab897c91
4 changed files with 18 additions and 12 deletions
@@ -32,6 +32,11 @@
#formArea {
background: white;
border: none;
}
#scrollArea {
background: white;
border: none;
border-top: 1px solid lightgrey;
border-bottom: 1px solid lightgrey;
}