Skip to content

Commit

Permalink
docs(tray): correct to direction instead of orientation
Browse files Browse the repository at this point in the history
Fixes #886
  • Loading branch information
JakeStanger authored Mar 10, 2025
1 parent a503cab commit 9c7a562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/Tray.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Displays a fully interactive icon tray using the KDE `libappindicator` protocol.
| Name | Type | Default | Description |
|----------------------|------------------------------------------------------------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `orientation` | `'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) | Matches bar orientation | The direction in which to pack tray icons. |
| `direction` | `'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) | Matches bar orientation | The direction in which to pack tray icons. |
| `icon_size` | `integer` | `16` | Size in pixels to display tray icons as. |
| `prefer_theme_icons` | `bool` | `true` | Requests that icons from the theme be used over the item-provided item. Most items only provide one or the other so this will have no effect in most circumstances. |

Expand Down

0 comments on commit 9c7a562

Please sign in to comment.