summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ()