mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
yorha: Fix excessive QSpinBox height
This commit is contained in:
parent
edda8bc490
commit
15178da4e3
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@ QPushButton::disabled {
|
|||
/* QSpinBox (Settings -> Emulator -> width/height) */
|
||||
/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */
|
||||
QSpinBox, QDoubleSpinBox {
|
||||
height: 0.1em;
|
||||
background-color: #b3ac98;
|
||||
}
|
||||
QSpinBox::disabled, QDoubleSpinBox::disabled {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue