Removed a duplicate QLayout on the LayoutView

This commit is contained in:
Matthias Koefferlein 2023-05-18 16:09:06 +02:00
parent ae07629599
commit f31efad0ef
1 changed files with 0 additions and 5 deletions

View File

@ -506,11 +506,6 @@ LayoutView::init_ui (db::Manager *mgr)
mp_connector = new LayoutViewSignalConnector (mp_widget, this);
QVBoxLayout *vbl = new QVBoxLayout (mp_widget);
vbl->setContentsMargins (0, 0, 0, 0);
vbl->setSpacing (0);
vbl->addWidget (canvas ()->widget ());
if ((options () & LV_NoHierarchyPanel) == 0 && (options () & LV_Naked) == 0) {
QFrame *hierarchy_frame = new QFrame (0);