MainWindow: Enable dock nesting
[pulseview.git] / pv / mainwindow.cpp
index 874f66ce7c2cd8e0fb07d326affa837b7d976d9f..a99ba35298c39080930e764adcb699e0feb6d707 100644 (file)
@@ -255,6 +255,8 @@ void MainWindow::setup_ui()
        action_about_->setObjectName(QString::fromUtf8("actionAbout"));
        action_about_->setText(tr("&About..."));
 
+       setDockNestingEnabled(true);
+
        // Set the title
        setWindowTitle(tr("PulseView"));
 }