mirror of https://github.com/GNOME/gimp.git
themes/Default/gtkrc further shrink the status-bar widgets.
2008-05-08 Sven Neumann <sven@gimp.org> * themes/Default/gtkrc * themes/Small/gtkrc: further shrink the status-bar widgets. svn path=/trunk/; revision=25589
This commit is contained in:
parent
d4ac3ad00e
commit
c6bede23a0
|
@ -1,3 +1,8 @@
|
|||
2008-05-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* themes/Default/gtkrc
|
||||
* themes/Small/gtkrc: further shrink the status-bar widgets.
|
||||
|
||||
2008-05-08 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpscalecombobox.c (gimp_scale_combo_box_init):
|
||||
|
|
|
@ -101,6 +101,9 @@ style "gimp-display-style" = "gimp-default-style"
|
|||
GimpUnitComboBox::label-scale = 0.8333
|
||||
GimpScaleComboBox::label-scale = 0.8333
|
||||
GtkComboBox::arrow-size = 8
|
||||
GtkButton::inner-border = { 0, 0, 0, 0 }
|
||||
GtkButton::focus_line_width = 0
|
||||
GtkButton::focus_padding = 0
|
||||
}
|
||||
|
||||
widget "*GimpDisplayShell.*" style "gimp-display-style"
|
||||
|
|
|
@ -98,6 +98,9 @@ style "gimp-display-style" = "gimp-default-style"
|
|||
GimpUnitComboBox::label-scale = 0.8333
|
||||
GimpScaleComboBox::label-scale = 0.8333
|
||||
GtkComboBox::arrow-size = 8
|
||||
GtkButton::inner-border = { 0, 0, 0, 0 }
|
||||
GtkButton::focus_line_width = 0
|
||||
GtkButton::focus_padding = 0
|
||||
}
|
||||
|
||||
widget "*GimpDisplayShell.*" style "gimp-display-style"
|
||||
|
|
Loading…
Reference in New Issue