Simplify combobox dropdown styling — let Fusion draw its own arrow

This commit is contained in:
pax 2026-04-05 21:55:47 -05:00
parent 76acb8bb67
commit 56b802b745

View File

@ -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;