mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Fix QCombobox popup background color on Linux
This commit is contained in:
committed by
Mathew Sutcliffe
parent
5fbf8a227d
commit
e644e2a572
@@ -235,8 +235,8 @@ QComboBox {
|
||||
|
||||
/** drop down list **/
|
||||
QComboBox QAbstractItemView {
|
||||
background-color: lightgray;
|
||||
color: black;
|
||||
background-color: black;
|
||||
color: lightgray;
|
||||
qproperty-textElideMode: ElideMiddle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user