From 55839e085ccc1a487b97338328add3e8b0941e75 Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Thu, 22 Sep 2016 12:23:33 +0200 Subject: Bench: Do NOT hide Hosts view by default The ability to control multiple hosts is the most interesting feature on QML Live and should be given appropriate visibility when a new user launches the tool first time. Those who do not need this feature can simply hide the view and their preference will be remembered. Change-Id: I6acdbfe68db2319737280e469402701c7825b538 Reviewed-by: Juergen Bocklage-Ryannel --- src/bench/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bench/mainwindow.cpp b/src/bench/mainwindow.cpp index e534668..209c0ad 100644 --- a/src/bench/mainwindow.cpp +++ b/src/bench/mainwindow.cpp @@ -198,7 +198,6 @@ void MainWindow::setupMenuBar() view->addSeparator(); view->addAction(m_workspaceDock->toggleViewAction()); - m_hostDock->close(); view->addAction(m_hostDock->toggleViewAction()); m_logDockMenu = view->addMenu("Logs"); m_logDockMenu->addAction(m_logDock->toggleViewAction()); -- cgit v1.2.3