1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-21 18:22:33 +01:00

Add QDoubleSpinBox styling

Updated themes
 - YoRHa by Ani
 - Kuroi (Dark) by Ani
This commit is contained in:
max 2019-01-28 18:28:35 +02:00 committed by Ani
parent 587fe421ee
commit d1f544c755
2 changed files with 3 additions and 2 deletions

View File

@ -214,7 +214,7 @@ QComboBox::disabled {
}
/* Spin Boxes */
QSpinBox {
QSpinBox, QDoubleSpinBox {
background: transparent;
border: 0.05em solid #4d4940;
border-radius: 0.10em;

View File

@ -236,7 +236,8 @@ QPushButton::disabled {
/* QSpinBox (Settings -> Emulator -> width/height) */
QSpinBox {
/* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */
QSpinBox, QDoubleSpinBox {
/* background: transparent; - This hits a weird bug in Qt where background flickers */
background-color: #b3ac98;
border: 0.05em solid #4d4940;