mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T304, adjusted XSwiftDBus settings so P2P can be used
* XPlane now supports P2P XSwiftBus amd session bus * adjusted settings component
This commit is contained in:
@@ -325,6 +325,11 @@ QLineEdit[readOnly="true"] {
|
||||
border: 1px solid rgba(50,50,50);
|
||||
}
|
||||
|
||||
QLineEdit:disabled {
|
||||
background: rgba(40,40,40);
|
||||
border: 1px solid rgba(50,50,50);
|
||||
}
|
||||
|
||||
QTextEdit {
|
||||
border: 1px solid green;
|
||||
background: transparent;
|
||||
@@ -392,6 +397,11 @@ QComboBox {
|
||||
selection-background-color: #3f98ff;
|
||||
}
|
||||
|
||||
QComboBox:disabled {
|
||||
background: rgba(40,40,40);
|
||||
border: 1px solid rgba(50,50,50);
|
||||
}
|
||||
|
||||
/* drop down list */
|
||||
QComboBox QAbstractItemView {
|
||||
background-color: black;
|
||||
|
||||
Reference in New Issue
Block a user