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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc
index e117467..d6f8187 100644
--- a/client/widgets/frame.cc
+++ b/client/widgets/frame.cc
@@ -43,7 +43,7 @@ Frame::Frame(QDomNode &node, MacroWindow *macrowindow)
frame->layout()->setContentsMargins(0,0,0,0);
- addChildren(node);
+ addChildren(node, frame->layout());
}
Frame::~Frame()