From 7a5c913f05cc21aa219efc6289cd2e39795ddfd3 Mon Sep 17 00:00:00 2001 From: nirvn Date: Thu, 7 Feb 2019 10:55:08 +0700 Subject: [PATCH] [themes] Insure groupbox checkbox indicator size equals that of normal checkbox --- resources/themes/Night Mapping/style.qss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/themes/Night Mapping/style.qss b/resources/themes/Night Mapping/style.qss index fb48a8a02db8..2af6a96d29cb 100644 --- a/resources/themes/Night Mapping/style.qss +++ b/resources/themes/Night Mapping/style.qss @@ -537,18 +537,19 @@ QGroupBox::title { color: @textlight; } +QGroupBox::indicator { + width: 0.9em; + height: 0.9em; +} + QGroupBox::indicator:unchecked { border: 1px solid @background; image: url(@theme_path/icons/qcheckbox-unchecked.svg); - width:0.8em; - height:0.8em; } QGroupBox::indicator:checked { border: 1px solid @background; image: url(@theme_path/icons/qcheckbox-checked.svg); - width:0.8em; - height:0.8em; } /* ==================================================================================== */