diff --git a/doc/cfg_flag_AlwaysShowTabs_false_true.png b/doc/cfg_flag_AlwaysShowTabs_false_true.png new file mode 100644 index 0000000..3c192cd Binary files /dev/null and b/doc/cfg_flag_AlwaysShowTabs_false_true.png differ diff --git a/doc/user-guide.md b/doc/user-guide.md index b11b36d..c869b16 100644 --- a/doc/user-guide.md +++ b/doc/user-guide.md @@ -15,6 +15,7 @@ - [`DragPreviewIsDynamic`](#dragpreviewisdynamic) - [`DragPreviewShowsContentPixmap`](#dragpreviewshowscontentpixmap) - [`DragPreviewHasWindowFrame`](#dragpreviewhaswindowframe) + - [`AlwaysShowTabs`](#alwaysshowtabs) ## Configuration Flags @@ -196,3 +197,12 @@ preview is frameless (default) or looks like a real window. If it is enabled, then the drag preview is a transparent window with a system window frame. ![DragPreviewHasWindowFrame true](cfg_flag_DragPreviewHasWindowFrame_true.png) + +### `AlwaysShowTabs` + +If this option is enabled, the tab of a dock widget is always displayed - even +if it is the only visible dock widget in a floating widget. In the image below +on the left side, the flag is disabled (default) and on the right side it is +enabled. + +![AlwaysShowTabs false true](cfg_flag_AlwaysShowTabs_false_true.png)