From 2990a83c0911d84a98abd8d2b63d8467b791296f Mon Sep 17 00:00:00 2001 From: SuslikV Date: Thu, 4 Apr 2019 09:59:03 +0200 Subject: [PATCH] UI: Fix incorrect padding usage in Rachni theme --- UI/data/themes/Rachni.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/data/themes/Rachni.qss b/UI/data/themes/Rachni.qss index 2bfad073..e3af6e16 100644 --- a/UI/data/themes/Rachni.qss +++ b/UI/data/themes/Rachni.qss @@ -231,9 +231,9 @@ QGroupBox { QGroupBox::title { color: rgb(240, 98, 146); /* Pink (Secondary) */ left: 20px; + top: -7px; padding-left: 5px; padding-right: 4px; - padding-top: -14px; } /*****************/ -- GitLab