Gui: fixes #10807: By default keep the old tabulated layout of ComboView and TaskView

This commit is contained in:
wmayer
2023-09-28 17:32:01 +02:00
committed by 0penBrain
parent 5dfd4d5190
commit 0398716487
5 changed files with 26 additions and 11 deletions

View File

@@ -161,5 +161,6 @@ Gui::DockWindowItems* StartGui::Workbench::setupDockWindows() const
Gui::DockWindowItems* root = Gui::StdWorkbench::setupDockWindows();
root->setVisibility(false); // hide all dock windows by default
root->setVisibility("Std_ComboView", true); // except of the combo view
root->setVisibility("Std_TaskView", true); // and the task view
return root;
}