[Doc] theme, spelling fix and more textual tweaks.

This commit is contained in:
Dave Davenport 2023-01-25 23:20:06 +01:00
parent bc776fd67c
commit fb7c8c71ef
1 changed files with 3 additions and 2 deletions

View File

@ -999,7 +999,7 @@ It has the following fixed children widgets:
These cannot be changed using the `children` property.
Each entries displayed by listview are captured by a `box` called `element`.
Each Entry displayed by listview is captured by a `box` called `element`.
An `element` widget can contain the following special child widgets:
* `element-icon`: An icon widget showing the icon associated to the entry.
@ -1007,7 +1007,8 @@ An `element` widget can contain the following special child widgets:
* `element-index`: A textbox widget that shows the shortcut keybinding number.
By default the `element-icon` and `element-text` child widgets are added to the
`element`. This can be modified using the `children` property.
`element`. This can be modified using the `children` property or the
`[no]-show-icons` option.
A child added with another name is seen as a `box`, this can be used as dynamic
padding to tweak how an entry looks when it expands to available space.