diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-02-23 02:13:10 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2002-02-23 02:13:10 +0000 |
commit | c1a26cc32193502e6dbe77c8a17bb2e45b37e301 (patch) | |
tree | aef75fecc060a7cf42d8591fbadd399886fab0f6 /ChangeLog | |
parent | 53171867b5ac4e7385aacd30170fdf80f8ad1bbe (diff) | |
download | gtk+-c1a26cc32193502e6dbe77c8a17bb2e45b37e301.tar.gz |
honor min_width and max_width while resizing columns (pointed out by Jorn
Sat Feb 23 03:10:20 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_key_press): honor min_width and
max_width while resizing columns (pointed out by Jorn Baayen)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Feb 23 03:10:20 2002 Kristian Rietveld <kris@gtk.org> + + * gtk/gtktreeview.c (gtk_tree_view_key_press): honor min_width and + max_width while resizing columns (pointed out by Jorn Baayen) + Fri Feb 22 19:17:46 2002 Owen Taylor <otaylor@redhat.com> Patch from Matthias Clasen (#54488) |