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
@@ -25,6 +25,9 @@
TaskManagerPanel::TaskManagerPanel(QWidget* parent) :
PanelWidget(parent)
{
// FIXME: This won't work if there's ever more than one of this panel
setObjectName("TaskManagerPanel");
// Create task view
view_ = new TaskView(this);