From 7b098353707be2db9819759f7d1a39d148c40e01 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Wed, 18 Mar 2026 02:15:46 +0000 Subject: [PATCH] themes: Define GimpColorSelect button margin Another addition to 9e277c39. The buttons in the Color dock had incorrect margins, leading to some buttons sticking out further than others. This patch gives them a consistent definition of 2px margins for both Default and System themes. --- themes/System/gimp.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index f6ff357743..4e4a3e8336 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -47,6 +47,10 @@ GimpDock GimpColorScales spinbutton entry { padding-bottom: 2px; } +GimpColorSelect button.radio { + margin-right: 0px; +} + GimpColorSelection ColorselCmyk { padding: 2px 2px 2px 2px; }