forked from AuroraMiddleware/gtk
Fixed xthickness -> ythickness typo.
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness -> ythickness typo.
This commit is contained in:
parent
9b7fd1bbe5
commit
d362159181
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -1,3 +1,8 @@
|
||||
1998-03-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gtk/gtkclist.c (gtk_clist_size_allocate): Fixed xthickness ->
|
||||
ythickness typo.
|
||||
|
||||
Tue Mar 24 03:53:18 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkbox.c (gtk_box_remove): save the widgets visibility flag for
|
||||
|
@ -2237,7 +2237,7 @@ gtk_clist_size_allocate (GtkWidget * widget,
|
||||
clist_allocation.width = clist->internal_allocation.width -
|
||||
(2 * widget->style->klass->xthickness);
|
||||
clist_allocation.height = clist->internal_allocation.height -
|
||||
(2 * widget->style->klass->xthickness) -
|
||||
(2 * widget->style->klass->ythickness) -
|
||||
clist->column_title_area.height;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user