summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-02 14:57:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-02 14:57:16 +0000
commit36803567f0ad2c385f3259856a282b5ce3b4e0e2 (patch)
treeaa119f55e93fb4902f4e6664ddce271d57b63621 /libs
parent5ef27b84dc8c19bc743a7346a482e29c9d8fbdf8 (diff)
tighten up spacing of tearoff arrow
git-svn-id: svn://localhost/ardour2/branches/3.0@10395 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/gtkmm2ext/tearoff.cc4
1 files 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 ()