From 139e23ab8b2f7b1f125a27e05926be60b14a08ce Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Wed, 18 Feb 2026 18:40:20 +0100 Subject: [PATCH] themes: Define System theme style for GimpPivotSelector Follow-up to ed1e71917b, removing the button offset the same way as for Default theme. --- themes/System/gimp.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index 945f9174cf..4071085bf2 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -115,6 +115,11 @@ spinbutton entry { border-radius: 3px; } +/* 9 button toggles on some transformation tools */ +GimpPivotSelector .toggle { + margin-right: 0px; +} + GimpSpinScale entry { /* Important: prevent overhigh spin scale */ min-height: 16px;