]> sigrok.org Git - pulseview.git/commitdiff
MainWindow: Enable dock nesting
authorSoeren Apel <redacted>
Thu, 1 Sep 2016 06:46:04 +0000 (08:46 +0200)
committerSoeren Apel <redacted>
Thu, 1 Sep 2016 06:46:04 +0000 (08:46 +0200)
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"));
 }