File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,8 +235,15 @@ Syntax: set the firstItemLeft of <widget> to { true | false }
235235Syntax: get the firstItemLeft of <widget>
236236
237237Description:
238- If the <firstItemLeft> property is true, then the first action in the <itemArray> is displayed on
239- the left hand side of the header bar.
238+
239+ If the <firstItemLeft> property is `true`, then the first action in the
240+ <itemArray> is displayed on the left hand side of the header bar.
241+
242+ **Note:** In some <theme|themes>, the first action always has its
243+ label displayed when <firstItemLeft> is `true`. If you don't want
244+ this to happen, you can set the action's label to the empty string.
245+
246+ References: itemArray (property), theme (property)
240247**/
241248property firstItemLeft get mFirstActionLeft set setFirstActionLeft
242249metadata firstItemLeft.default is "true"
Original file line number Diff line number Diff line change 1+ # [ 17159] Add note about firstItemLeft and label visibility
You can’t perform that action at this time.
0 commit comments