for the custom child list mode, allocate the height allocation->height to
Sat Oct 11 15:37:19 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom child list mode, allocate the height allocation->height to the button instead of the height requested by the button. (Tiny size allocation screwup noticed by Macro Pesenti Gritti).
This commit is contained in:
committed by
Kristian Rietveld
parent
c3841e7019
commit
d75b1a1a0a
@@ -1,3 +1,10 @@
|
||||
Sat Oct 11 15:37:19 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
|
||||
child list mode, allocate the height allocation->height to the
|
||||
button instead of the height requested by the button. (Tiny
|
||||
size allocation screwup noticed by Macro Pesenti Gritti).
|
||||
|
||||
Sat Oct 11 15:23:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Fixes based on comments from Marco Pesenti Gritti.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sat Oct 11 15:37:19 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
|
||||
child list mode, allocate the height allocation->height to the
|
||||
button instead of the height requested by the button. (Tiny
|
||||
size allocation screwup noticed by Macro Pesenti Gritti).
|
||||
|
||||
Sat Oct 11 15:23:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Fixes based on comments from Marco Pesenti Gritti.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sat Oct 11 15:37:19 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
|
||||
child list mode, allocate the height allocation->height to the
|
||||
button instead of the height requested by the button. (Tiny
|
||||
size allocation screwup noticed by Macro Pesenti Gritti).
|
||||
|
||||
Sat Oct 11 15:23:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Fixes based on comments from Marco Pesenti Gritti.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sat Oct 11 15:37:19 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
|
||||
child list mode, allocate the height allocation->height to the
|
||||
button instead of the height requested by the button. (Tiny
|
||||
size allocation screwup noticed by Macro Pesenti Gritti).
|
||||
|
||||
Sat Oct 11 15:23:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Fixes based on comments from Marco Pesenti Gritti.
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
Sat Oct 11 15:37:19 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): for the custom
|
||||
child list mode, allocate the height allocation->height to the
|
||||
button instead of the height requested by the button. (Tiny
|
||||
size allocation screwup noticed by Macro Pesenti Gritti).
|
||||
|
||||
Sat Oct 11 15:23:27 2003 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
Fixes based on comments from Marco Pesenti Gritti.
|
||||
|
||||
@@ -995,7 +995,7 @@ gtk_combo_box_size_allocate (GtkWidget *widget,
|
||||
child.x = allocation->x + allocation->width - req.width;
|
||||
child.y = allocation->y;
|
||||
child.width = req.width;
|
||||
child.height = req.height;
|
||||
child.height = allocation->height;
|
||||
gtk_widget_size_allocate (combo_box->priv->button, &child);
|
||||
|
||||
child.x = allocation->x;
|
||||
|
||||
Reference in New Issue
Block a user