themes/Default/gtkrc don't set the height of GtkHScales to 11px any

2004-03-19  Michael Natterer  <mitch@gimp.org>

	* themes/Default/gtkrc
	* themes/Small/gtkrc: don't set the height of GtkHScales to 11px
	any longer. This modification was added only because at some time
	GTK+ 1.3.x (!!!) looked strange with the default size.
This commit is contained in:
Michael Natterer 2004-03-19 13:54:24 +00:00 committed by Michael Natterer
parent 6928446734
commit ccc39744e4
3 changed files with 7 additions and 16 deletions

View file

@ -1,3 +1,10 @@
2004-03-19 Michael Natterer <mitch@gimp.org>
* themes/Default/gtkrc
* themes/Small/gtkrc: don't set the height of GtkHScales to 11px
any longer. This modification was added only because at some time
GTK+ 1.3.x (!!!) looked strange with the default size.
2004-03-19 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpwidgets.c (gimp_scale_entry_new_internal): if

View file

@ -66,14 +66,6 @@ style "gimp-tiny-font-style"
class "*Ruler*" style "gimp-tiny-font-style"
style "gimp-hscale-style"
{
GtkRange::slider_width = 11
}
class "GtkHScale" style "gimp-hscale-style"
style "gimp-grid-view-style" = "gimp-default-style"
{
bg[NORMAL] = { 1.0, 1.0, 1.0 }

View file

@ -63,14 +63,6 @@ style "gimp-default-style"
class "GtkWidget" style "gimp-default-style"
style "gimp-hscale-style"
{
GtkRange::slider_width = 10
}
class "GtkHScale" style "gimp-hscale-style"
style "gimp-grid-view-style" = "gimp-default-style"
{
bg[NORMAL] = { 1.0, 1.0, 1.0 }