fixed maximize panel implementation

This commit is contained in:
itsmattkc
2019-09-26 04:00:41 +10:00
parent 56e3fd41e5
commit 00d3932194
10 changed files with 49 additions and 5 deletions
+3
View File
@@ -23,6 +23,9 @@
NodePanel::NodePanel(QWidget *parent) :
PanelWidget(parent)
{
// FIXME: This won't work if there's ever more than one of this panel
setObjectName("NodePanel");
// Create NodeView widget
node_view_ = new NodeView(this);