summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-10-11 13:39:35 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-10-11 13:39:35 +0000
commitd75b1a1a0ad22c000b634e680b5cd4fc7b7f892d (patch)
tree47da9e08d5a9abd2dc2d80234dc71a65a984b495 /ChangeLog.pre-2-4
parentc3841e701988474911da4636c367a2eb2d062a10 (diff)
downloadgdk-pixbuf-d75b1a1a0ad22c000b634e680b5cd4fc7b7f892d.tar.gz
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).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-47
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index edbe2882d..1cb07007d 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -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.