From d1f544c7551b96263e859cfb78e4bde14de8deee Mon Sep 17 00:00:00 2001 From: max Date: Mon, 28 Jan 2019 18:28:35 +0200 Subject: [PATCH] Add QDoubleSpinBox styling Updated themes - YoRHa by Ani - Kuroi (Dark) by Ani --- bin/GuiConfigs/Kuroi (Dark) by Ani.qss | 2 +- bin/GuiConfigs/YoRHa by Ani.qss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/GuiConfigs/Kuroi (Dark) by Ani.qss b/bin/GuiConfigs/Kuroi (Dark) by Ani.qss index 347678cfea..594b4bb076 100644 --- a/bin/GuiConfigs/Kuroi (Dark) by Ani.qss +++ b/bin/GuiConfigs/Kuroi (Dark) by Ani.qss @@ -214,7 +214,7 @@ QComboBox::disabled { } /* Spin Boxes */ -QSpinBox { +QSpinBox, QDoubleSpinBox { background: transparent; border: 0.05em solid #4d4940; border-radius: 0.10em; diff --git a/bin/GuiConfigs/YoRHa by Ani.qss b/bin/GuiConfigs/YoRHa by Ani.qss index c7a3f1fc4c..e4ceb2c88b 100644 --- a/bin/GuiConfigs/YoRHa by Ani.qss +++ b/bin/GuiConfigs/YoRHa by Ani.qss @@ -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;