Skip to content
Snippets Groups Projects
Commit b70f30a9 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.formEditor: layoutfix for full screen mode


Change-Id: I92b2d8c69d50ef0b76b1eb94ea481a442915c2e4
Reviewed-by: default avatarMarco Bubke <marco.bubke@nokia.com>
parent 23bd7703
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ ToolBox::ToolBox(QWidget *parentWidget)
m_leftToolBar(new QToolBar("LeftSidebar", this)),
m_rightToolBar(new QToolBar("RightSidebar", this))
{
setMaximumHeight(44);
setSingleRow(false);
QFrame *frame = new QFrame(this);
m_crumblePath = new Utils::CrumblePath(frame);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment