From a057c2340b5c617ae1ac3aa40dcecf8d39a21a64 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sun, 15 Mar 2026 18:41:06 +0100 Subject: [PATCH] themes: Define radio ButtonBox margin-right on System theme Adding onto 8be2c6c00e. The buttons still had varying width when using System theme. --- themes/System/gimp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index 4071085bf2..f6ff357743 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -169,6 +169,7 @@ buttonbox.vertical button.radio border-top: 1px solid @borders; border-left: 1px solid @borders; border-right: 1px solid @borders; + margin-right: 0px; } buttonbox.vertical button.radio:last-child