mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
yorha: Fix excessive QSpinBox height
This commit is contained in:
parent
edda8bc490
commit
15178da4e3
|
|
@ -197,6 +197,7 @@ QPushButton::disabled {
|
||||||
/* QSpinBox (Settings -> Emulator -> width/height) */
|
/* QSpinBox (Settings -> Emulator -> width/height) */
|
||||||
/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */
|
/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */
|
||||||
QSpinBox, QDoubleSpinBox {
|
QSpinBox, QDoubleSpinBox {
|
||||||
|
height: 0.1em;
|
||||||
background-color: #b3ac98;
|
background-color: #b3ac98;
|
||||||
}
|
}
|
||||||
QSpinBox::disabled, QDoubleSpinBox::disabled {
|
QSpinBox::disabled, QDoubleSpinBox::disabled {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue