From 956a945e4d42d0d7718e6f1364d567f5e25ebf49 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Thu, 1 Sep 2016 08:46:04 +0200 Subject: [PATCH] MainWindow: Enable dock nesting --- pv/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 874f66ce..a99ba352 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -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")); } -- 2.30.2