Skip to content

Commit cb5e9f6

Browse files
Changed default auto hide config - added flag AutoHideCloseButtonCollapsesDock
1 parent 2760fb1 commit cb5e9f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DockManager.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ public Q_SLOTS:
252252
AutoHideCloseButtonCollapsesDock = 0x40, ///< Close button of an auto hide container collapses the dock instead of hiding it completely
253253

254254
DefaultAutoHideConfig = AutoHideFeatureEnabled
255-
| DockAreaHasAutoHideButton ///< the default configuration for left and right side bars
255+
| DockAreaHasAutoHideButton
256+
| AutoHideCloseButtonCollapsesDock
257+
256258
};
257259
Q_DECLARE_FLAGS(AutoHideFlags, eAutoHideFlag)
258260

0 commit comments

Comments
 (0)