projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a21afa
)
MainWindow: Enable dock nesting
author
Soeren Apel
<soeren@apelpie.net>
Thu, 1 Sep 2016 06:46:04 +0000
(08:46 +0200)
committer
Soeren Apel
<soeren@apelpie.net>
Thu, 1 Sep 2016 06:46:04 +0000
(08:46 +0200)
pv/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/mainwindow.cpp
b/pv/mainwindow.cpp
index 874f66ce7c2cd8e0fb07d326affa837b7d976d9f..a99ba35298c39080930e764adcb699e0feb6d707 100644
(file)
--- 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"));
}