summaryrefslogtreecommitdiff
path: root/client/widgets/frame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/frame.cc')
-rw-r--r--client/widgets/frame.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc
index 44571f5..1c0955e 100644
--- a/client/widgets/frame.cc
+++ b/client/widgets/frame.cc
@@ -45,5 +45,6 @@ Frame::Frame(QDomNode &node, MacroWindow *macrowindow)
setLineWidth(0);
setMidLineWidth(0);
setContentsMargins(0,0,0,0);
+ layout()->setContentsMargins(0,0,0,0);
}