Simplify combobox dropdown styling — let Fusion draw its own arrow
This commit is contained in:
parent
76acb8bb67
commit
56b802b745
|
|
@ -2227,14 +2227,6 @@ def _apply_windows_dark_mode(app: QApplication) -> None:
|
|||
}
|
||||
QComboBox::drop-down {
|
||||
border: none;
|
||||
width: 20px;
|
||||
}
|
||||
QComboBox::down-arrow {
|
||||
image: none;
|
||||
border-left: 4px solid transparent;
|
||||
border-right: 4px solid transparent;
|
||||
border-top: 5px solid #aaa;
|
||||
margin-right: 6px;
|
||||
}
|
||||
QSpinBox {
|
||||
border: 1px solid #555;
|
||||
|
|
|
|||
Loading…
Reference in New Issue