From 36803567f0ad2c385f3259856a282b5ce3b4e0e2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 2 Nov 2011 14:57:16 +0000 Subject: [PATCH] tighten up spacing of tearoff arrow git-svn-id: svn://localhost/ardour2/branches/3.0@10395 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/gtkmm2ext/tearoff.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gtkmm2ext/tearoff.cc b/libs/gtkmm2ext/tearoff.cc index fd42528b52..f0bacb593b 100644 --- a/libs/gtkmm2ext/tearoff.cc +++ b/libs/gtkmm2ext/tearoff.cc @@ -86,10 +86,10 @@ TearOff::TearOff (Widget& c, bool allow_resize) VBox* box2; box2 = manage (new VBox); - box2->pack_start (tearoff_event_box, false, false, 2); + box2->pack_start (tearoff_event_box, false, false); pack_start (contents); - pack_start (*box2, false, false, 2); + pack_start (*box2, false, false); } TearOff::~TearOff ()