fix text config width in side panel (was adding hor. scroll)

This commit is contained in:
Alex P
2020-09-09 22:28:55 +03:00
committed by borgmanJeremy
parent 66ca154245
commit 69b4afa394

View File

@@ -58,6 +58,7 @@ UtilityPanel::addToolWidget(QWidget* w)
}
if (w) {
m_toolWidget = w;
m_toolWidget->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Preferred);
m_upLayout->addWidget(w);
}
}