From b947206eed3d00573bf6577d60a5f53bf5fe89e7 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 29 Mar 2010 09:49:53 +0100 Subject: Last scroll-pane, and manual sizing tweak --- addressbook/gui/contact-editor/contact-editor.ui | 20 ++++++++++++++++++++ addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/addressbook/gui/contact-editor/contact-editor.ui b/addressbook/gui/contact-editor/contact-editor.ui index 8f64ddb07d..c56f96f35a 100644 --- a/addressbook/gui/contact-editor/contact-editor.ui +++ b/addressbook/gui/contact-editor/contact-editor.ui @@ -2235,6 +2235,19 @@ + + + True + True + never + automatic + + + True + queue + + + True False @@ -3370,6 +3383,13 @@ + + + + + + + False True diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index d540ecd96b..b251552b35 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2670,7 +2670,7 @@ init_all (EContactEditor *editor) e_builder_get_widget (editor->builder, "vbox-size-leader"), &tab_req); gtk_widget_set_size_request ( e_builder_get_widget (editor->builder, "scrolledwindow-size-leader"), - tab_req.width, tab_req.height); + tab_req.width, tab_req.height + 8); } static void -- cgit v1.2.3