mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +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 **/
|
/** drop down list **/
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
background-color: lightgray;
|
background-color: black;
|
||||||
color: black;
|
color: lightgray;
|
||||||
qproperty-textElideMode: ElideMiddle;
|
qproperty-textElideMode: ElideMiddle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user