ui: Fixed QtDirectoryListBox size not growing to maximum in include path detection

This commit is contained in:
Eberhard Graether
2018-01-26 12:40:07 +01:00
parent 849ee12192
commit ae66220ca9
4 changed files with 9 additions and 47 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ QtDirectoryListBox {
QListWidget {
background: transparent;
border: none;
margin: 2px 0 2px 0;
margin: 2px 0 0 0;
}
QListWidget::item {