From 58f6c2a45b0d0294691647e4991774542e55910b Mon Sep 17 00:00:00 2001 From: compudj Date: Sun, 1 Aug 2004 19:27:21 +0000 Subject: [PATCH] add spacing between viewers git-svn-id: http://ltt.polymtl.ca/svn@656 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index e1217144..0ac6bea9 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -3756,8 +3756,8 @@ Tab* create_tab(MainWindow * mw, Tab *copy_tab, tab->attributes = LTTV_IATTRIBUTE(g_object_new(LTTV_ATTRIBUTE_TYPE, NULL)); tab->interrupted_state = g_object_new(LTTV_ATTRIBUTE_TYPE, NULL); - tab->vbox = gtk_vbox_new(FALSE, 0); - tab->viewer_container = gtk_vbox_new(TRUE, 0); + tab->vbox = gtk_vbox_new(FALSE, 2); + tab->viewer_container = gtk_vbox_new(TRUE, 2); tab->scrollbar = gtk_hscrollbar_new(NULL); //tab->multivpaned = gtk_multi_vpaned_new(); -- 2.34.1