changeset 8425:6d8ec773a485

[gaim-migrate @ 9155] Slight UI tweak to the room list that sets the correct alignment, padding, and packing for the Account label. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 11 Mar 2004 00:29:19 +0000
parents 2dd70b422372
children aa755705bcf5
files src/gtkroomlist.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkroomlist.c	Wed Mar 10 23:21:06 2004 +0000
+++ b/src/gtkroomlist.c	Thu Mar 11 00:29:19 2004 +0000
@@ -354,15 +354,16 @@
 		dialog->account = first_account;
 	else
 		dialog->account = account;
+
 	/* accounts dropdown list */
-	account_hbox = gtk_hbox_new(FALSE, 0);
+	account_hbox = gtk_hbox_new(FALSE, 6);
 	gtk_box_pack_start(GTK_BOX(vbox2), account_hbox, FALSE, FALSE, 0);
 	gtk_widget_show(account_hbox);
 
 	label = gtk_label_new(NULL);
-	gtk_box_pack_start(GTK_BOX(account_hbox), label, TRUE, TRUE, 0);
+	gtk_box_pack_start(GTK_BOX(account_hbox), label, FALSE, FALSE, 0);
 	gtk_label_set_markup_with_mnemonic(GTK_LABEL(label), _("_Account:"));
-	gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
+	gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
 	gtk_widget_show(label);
 
 	dialog->account_widget = gaim_gtk_account_option_menu_new(dialog->account, FALSE,