mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
🎨 Fix language selector dropdown styling issues
This commit is contained in:
parent
a4eb3de0cd
commit
471066e77e
@ -191,11 +191,10 @@ class SettingsTab(QWidget):
|
|||||||
height: 12px;
|
height: 12px;
|
||||||
}
|
}
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
background-color: #3a3a3a;
|
|
||||||
border: 1px solid #555555;
|
|
||||||
selection-background-color: #0078d4;
|
selection-background-color: #0078d4;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
min-width: 120px;
|
||||||
}
|
}
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user