Fix truncated description

This commit is contained in:
Anton Pastukhov 2024-12-07 21:26:21 +02:00
parent 986c1fc106
commit a078193009
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ interface OnItemClickHandler {
}
/** List widget - shows content as hori*/
/** List widget - shows content as horizontal or vertical list */
class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
/** Handle selection change. */