mirror of https://github.com/GNOME/gimp.git
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:
parent
fdc2f080a8
commit
4de7c7defb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue