# HG changeset patch # User Christian Hammond # Date 1078964959 0 # Node ID 6d8ec773a48575fbecb255ce014bd15c87bb7999 # Parent 2dd70b422372eb1ef947b5f35bdabc4f0f8c997e [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 diff -r 2dd70b422372 -r 6d8ec773a485 src/gtkroomlist.c --- 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,