themes: tweak some more widgets in space-critical places

- Make the color history buttons use much less padding
- Make entries, spinbuttons and all buttons in docks a lot smaller
This commit is contained in:
Michael Natterer 2018-06-10 16:42:39 +02:00
parent 4cdb579f29
commit cc3bc015f4
1 changed files with 25 additions and 5 deletions

View File

@ -29,14 +29,22 @@ GimpColorNotebook tab {
padding: 0 0 0 0;
}
GimpColorScales spinbutton button {
padding: 0 0 0 0;
GimpColorScales spinbutton {
min-height: 0;
}
GimpColorScales spinbutton entry {
min-height: 0;
}
GimpColorScales spinbutton button {
padding: 0 0 0 0;
}
GimpColorHistory button {
padding: 3px 3px 3px 3px;
}
GimpDock {
font-size: smaller;
}
@ -45,15 +53,27 @@ GimpDock notebook tab {
padding: 0 0 0 0;
}
GimpDock spinbutton button {
padding: 0 0 0 0;
GimpDock button {
padding: 0px 2px 0px 2px;
}
GimpDock entry {
min-height: 2.5em;
}
GimpDock spinbutton {
min-height: 2.5em;
}
GimpDock spinbutton entry {
min-height: 0;
}
GimpDockable {
GimpDock spinbutton button {
padding: 0 0 0 0;
}
GimpDock frame {
-GimpFrame-label-bold: 0;
-GimpFrame-label-spacing: 2;
}