X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=a99ba35298c39080930e764adcb699e0feb6d707;hb=956a945e4d42d0d7718e6f1364d567f5e25ebf49;hp=874f66ce7c2cd8e0fb07d326affa837b7d976d9f;hpb=3a21afa6a5dfc06c17f127960bb0038fd322f213;p=pulseview.git 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")); }