Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions extensions/widgets/header/header.lcb
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,15 @@ Syntax: set the firstItemLeft of <widget> to { true | false }
Syntax: get the firstItemLeft of <widget>

Description:
If the <firstItemLeft> property is true, then the first action in the <itemArray> is displayed on
the left hand side of the header bar.

If the <firstItemLeft> property is `true`, then the first action in the
<itemArray> is displayed on the left hand side of the header bar.

**Note:** In some <theme|themes>, the first action always has its
label displayed when <firstItemLeft> is `true`. If you don't want
this to happen, you can set the action's label to the empty string.

References: itemArray (property), theme (property)
**/
property firstItemLeft get mFirstActionLeft set setFirstActionLeft
metadata firstItemLeft.default is "true"
Expand Down
1 change: 1 addition & 0 deletions extensions/widgets/header/notes/17159.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [17159] Add note about firstItemLeft and label visibility