diff options
author | deva <deva> | 2010-08-13 08:24:46 +0000 |
---|---|---|
committer | deva <deva> | 2010-08-13 08:24:46 +0000 |
commit | db2fdbe872cc6c1b224a1c4c735fac4369b3802e (patch) | |
tree | cb85d03da44b457c97c2595f8550d91ea7bb6a6d /client/widgets/frame.cc | |
parent | bc229dbfabdf6a59453605e7652f04a268605b3a (diff) |
Add missing children widgets to actual layouts.
Diffstat (limited to 'client/widgets/frame.cc')
-rw-r--r-- | client/widgets/frame.cc | 2 |
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() |