Fix truncated description (#693)

This commit is contained in:
Anton P 2024-12-08 12:48:07 +02:00 committed by GitHub
parent 986c1fc106
commit 12c6ade461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 { class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
/** Handle selection change. */ /** Handle selection change. */