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