From 7a72a30e3a93a249bef9a062b677959b61b519ed Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Wed, 26 Feb 2025 02:09:09 +0000 Subject: [PATCH] themes: Define slider padding values in System theme Resolves #12999 Ports the padding and margin definitions for GimpSpinScale from 6a820e94 to the System theme. --- themes/System/gimp.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index 1ecd99f1a2..3b6a59f052 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -111,12 +111,14 @@ spinbutton entry { GimpSpinScale entry { /* Important: prevent overhigh spin scale */ min-height: 16px; + padding: 0px 8px 0px 5px; } GimpSpinScale entry progress { background-color: @theme_selected_bg_color; border-width: 0px; border-radius: 3px; + margin: 0px -8px 0px -5px; } GimpSpinScale button {