aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-03-29 16:49:53 +0800
committerMichael Meeks <michael.meeks@novell.com>2010-04-07 19:26:16 +0800
commitd8a5849ed2a969263aacf460e9c67f702bfdb09b (patch)
treef30af13738e3af09ebe82290c67ba93e94ff9c92 /addressbook/gui/contact-editor/e-contact-editor.c
parent28bf4aa38a9a1e7796caf6fa6ebc1f5a1c470848 (diff)
downloadgsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.tar
gsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.tar.gz
gsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.tar.bz2
gsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.tar.lz
gsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.tar.xz
gsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.tar.zst
gsoc2013-evolution-d8a5849ed2a969263aacf460e9c67f702bfdb09b.zip
Last scroll-pane, and manual sizing tweak
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
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