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.
This commit is contained in:
Alx Sa 2024-05-16 15:49:10 +00:00
parent fdc2f080a8
commit 4de7c7defb
1 changed files with 0 additions and 4 deletions

View File

@ -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;