made column span redundant

This commit is contained in:
itsmattkc
2019-04-11 01:40:37 +10:00
parent d3bc1d4f06
commit e73011e192
7 changed files with 39 additions and 24 deletions
+3
View File
@@ -17,6 +17,9 @@ NodeEditor::NodeEditor(QWidget *parent) :
setWidget(central_widget);
QVBoxLayout* layout = new QVBoxLayout(central_widget);
layout->setSpacing(0);
layout->setMargin(0);
layout->addWidget(&view_);
view_.setInteractive(true);