Skip to content

Commit 528f48e

Browse files
Added documentation for AlwaysShowTabs configuration flag
1 parent 28dfcc2 commit 528f48e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
6.17 KB
Loading

doc/user-guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- [`DragPreviewIsDynamic`](#dragpreviewisdynamic)
1616
- [`DragPreviewShowsContentPixmap`](#dragpreviewshowscontentpixmap)
1717
- [`DragPreviewHasWindowFrame`](#dragpreviewhaswindowframe)
18+
- [`AlwaysShowTabs`](#alwaysshowtabs)
1819

1920
## Configuration Flags
2021

@@ -196,3 +197,12 @@ preview is frameless (default) or looks like a real window. If it is enabled,
196197
then the drag preview is a transparent window with a system window frame.
197198

198199
![DragPreviewHasWindowFrame true](cfg_flag_DragPreviewHasWindowFrame_true.png)
200+
201+
### `AlwaysShowTabs`
202+
203+
If this option is enabled, the tab of a dock widget is always displayed - even
204+
if it is the only visible dock widget in a floating widget. In the image below
205+
on the left side, the flag is disabled (default) and on the right side it is
206+
enabled.
207+
208+
![AlwaysShowTabs false true](cfg_flag_AlwaysShowTabs_false_true.png)

0 commit comments

Comments
 (0)