diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-09 18:03:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-09 18:03:21 +0000 |
commit | 857468e46cdd516540bb4801d6f4db1f0a651e5e (patch) | |
tree | 8915dbc491a5836c2d19ecd49810b3eb69e4da2a /ChangeLog | |
parent | df40795df8c9b736ed433f07188821c192ca1751 (diff) | |
download | gtk+-857468e46cdd516540bb4801d6f4db1f0a651e5e.tar.gz |
Raise the grip window when appropriate. (gtk_statusbar_init): Instead of
2004-11-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip
window when appropriate.
(gtk_statusbar_init): Instead of cutting the text of, make
ellipsize the label.
(gtk_statusbar_size_allocate): Don't let the label extend
under the resize grip.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * gtk/gtkstatusbar.c (gtk_statusbar_init): Raise the grip window when appropriate. + (gtk_statusbar_init): Instead of cutting the text of, make + ellipsize the label. + (gtk_statusbar_size_allocate): Don't let the label extend + under the resize grip. * gtk/gtkcombobox.c (find_menu_by_path) (gtk_combo_box_menu_fill_level, gtk_combo_box_menu_row_inserted): |