Updated Linux css files to properly support new auto hide feature

This commit is contained in:
Uwe
2022-10-28 15:21:21 +02:00
parent f4bfa0f3c5
commit 1189945ef1
4 changed files with 491 additions and 122 deletions

View File

@@ -651,7 +651,7 @@ CMainWindow::CMainWindow(QWidget *parent) :
// uncomment the following line to enable focus highlighting of the dock
// widget that has the focus
//CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
// uncomment if you would like to enable dock widget auto hiding
CDockManager::setConfigFlag(CDockManager::DefaultAutoHideConfig, true);