Fix QCombobox popup background color on Linux

This commit is contained in:
Roland Winklmeier
2015-08-04 23:24:34 +02:00
committed by Mathew Sutcliffe
parent 5fbf8a227d
commit e644e2a572

View File

@@ -235,8 +235,8 @@ QComboBox {
/** drop down list **/
QComboBox QAbstractItemView {
background-color: lightgray;
color: black;
background-color: black;
color: lightgray;
qproperty-textElideMode: ElideMiddle;
}