Mercurial > pidgin
changeset 11682:699daa6808d4
[gaim-migrate @ 13968]
The log size label doesn't need extra space when the window is resized.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 17 Oct 2005 13:11:07 +0000 |
parents | 00f93f25d418 |
children | 5ec3bd74a3b3 |
files | src/gtklog.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtklog.c Mon Oct 17 12:35:44 2005 +0000 +++ b/src/gtklog.c Mon Oct 17 13:11:07 2005 +0000 @@ -376,7 +376,7 @@ gtk_label_set_markup(GTK_LABEL(size_label), text); /* gtk_paned_add1(GTK_PANED(pane), size_label); */ gtk_misc_set_alignment(GTK_MISC(size_label), 0, 0); - gtk_box_pack_end(GTK_BOX(GTK_DIALOG(lv->window)->vbox), size_label, TRUE, TRUE, 0); + gtk_box_pack_end(GTK_BOX(GTK_DIALOG(lv->window)->vbox), size_label, FALSE, FALSE, 0); g_free(sz_txt); g_free(text); }