13
0

tighten up spacing of tearoff arrow

git-svn-id: svn://localhost/ardour2/branches/3.0@10395 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-02 14:57:16 +00:00
parent 5ef27b84dc
commit 36803567f0

View File

@ -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 ()