Skip to content

Commit

Permalink
Fix truncated description
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebyte committed Dec 7, 2024
1 parent 986c1fc commit a078193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlangui/widgets/lists.d
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit a078193

Please sign in to comment.