mirror of https://github.com/KLayout/klayout.git
Removed a duplicate QLayout on the LayoutView
This commit is contained in:
parent
ae07629599
commit
f31efad0ef
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue