summaryrefslogtreecommitdiff
path: root/src/plugins/scxmleditor/common/shapestoolbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scxmleditor/common/shapestoolbox.cpp')
-rw-r--r--src/plugins/scxmleditor/common/shapestoolbox.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/common/shapestoolbox.cpp b/src/plugins/scxmleditor/common/shapestoolbox.cpp
index 1343859cc6..a0354d0bce 100644
--- a/src/plugins/scxmleditor/common/shapestoolbox.cpp
+++ b/src/plugins/scxmleditor/common/shapestoolbox.cpp
@@ -31,8 +31,9 @@ ShapesToolbox::ShapesToolbox(QWidget *parent)
using namespace Layouting;
Column {
+ spacing(0),
scrollArea,
- }.setSpacing(0).attachTo(this, WithoutMargins);
+ }.attachTo(this, WithoutMargins);
}
void ShapesToolbox::setUIFactory(ScxmlEditor::PluginInterface::ScxmlUiFactory *factory)