summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/toolbox.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/toolbox.cpp b/library/toolbox.cpp
index 99c799a..299da30 100644
--- a/library/toolbox.cpp
+++ b/library/toolbox.cpp
@@ -55,6 +55,7 @@ ToolBox::ToolBox(bool pagesOpenOnInsertion, QWidget *parent)
QWidget *contentWidget = new QWidget();
contentWidget->setLayout(mLayout);
+ setFrameStyle(QFrame::NoFrame);
setWidgetResizable(true);
// Some styles have extra up/down buttons in the scrollbar. We only support
// the plain scrollbars and therefore force the style to be derived from cleanlooks for them.