X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=a99ba35298c39080930e764adcb699e0feb6d707;hp=874f66ce7c2cd8e0fb07d326affa837b7d976d9f;hb=956a945e4d42d0d7718e6f1364d567f5e25ebf49;hpb=3a21afa6a5dfc06c17f127960bb0038fd322f213 diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 874f66c..a99ba35 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")); }