[empathy/gnome-3-0] account-assistant: ensure that the import widget takes all the space available (#648372)
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-3-0] account-assistant: ensure that the import widget takes all the space available (#648372)
- Date: Fri, 22 Apr 2011 08:26:55 +0000 (UTC)
commit 9e5447c6555abf9ae8f672c20ac7b935964ade93
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Fri Apr 22 10:20:50 2011 +0200
account-assistant: ensure that the import widget takes all the space available (#648372)
src/empathy-account-assistant.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-account-assistant.c b/src/empathy-account-assistant.c
index f351a96..1b39000 100644
--- a/src/empathy-account-assistant.c
+++ b/src/empathy-account-assistant.c
@@ -728,9 +728,9 @@ account_assistant_build_import_page (EmpathyAccountAssistant *self)
gtk_widget_show (w);
gtk_box_pack_start (GTK_BOX (main_vbox), w, FALSE, FALSE, 6);
- w = gtk_alignment_new (0, 0, 0, 0);
+ w = gtk_alignment_new (0, 0, 1, 1);
gtk_alignment_set_padding (GTK_ALIGNMENT (w), 0, 0, 12, 0);
- gtk_box_pack_start (GTK_BOX (main_vbox), w, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (main_vbox), w, TRUE, TRUE, 0);
gtk_widget_show (w);
/* NOTE: this is hardcoded as we support pidgin only */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]