From 4de7c7defbbf1521e213778f74b287235d28d399 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 16 May 2024 15:49:10 +0000 Subject: [PATCH] themes: Removing padding constraints on GimpToolDialog Resolves Issue #9955. GimpToolDialog CSD buttons were being singled out to only have padding of 2px. This was inconsistent with other dialogues without this constraint. Since the larger padding style seems to be preferred, we'll remove the constraint for GimpToolDialog CSD buttons. --- themes/System/gimp.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/themes/System/gimp.css b/themes/System/gimp.css index 75522cef91..bbfe487e57 100644 --- a/themes/System/gimp.css +++ b/themes/System/gimp.css @@ -74,10 +74,6 @@ GimpToolDialog headerbar { min-height: 0; } -GimpToolDialog headerbar button { - padding: 2px 2px 2px 2px; -} - GimpDock frame { -GimpFrame-label-bold: 0; -GimpFrame-label-spacing: 2;