From 6489fca16b81e4517a71ae7773819b1bbadd312f Mon Sep 17 00:00:00 2001 From: Ani Date: Sun, 30 Nov 2025 21:44:03 +0100 Subject: [PATCH] YoRHa: Fix the height of QSpinBox --- bin/GuiConfigs/YoRHa by Ani.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/GuiConfigs/YoRHa by Ani.qss b/bin/GuiConfigs/YoRHa by Ani.qss index bcfd059c2e..c772f25196 100644 --- a/bin/GuiConfigs/YoRHa by Ani.qss +++ b/bin/GuiConfigs/YoRHa by Ani.qss @@ -201,7 +201,7 @@ QPushButton::disabled { /* QSpinBox (Settings -> Emulator -> width/height) */ /* QDoubleSpinBox (Pads -> Mouse Acceleration -> x/y) */ QSpinBox, QDoubleSpinBox { - height: 0.1em; + height: 1.50em; background-color: #b3ac98; } QSpinBox::disabled, QDoubleSpinBox::disabled {