mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 18:35:34 +00:00
text: re-phrase and clarify Label.MaxLines comment
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-2
@@ -27,8 +27,7 @@ type Label struct {
|
|||||||
Alignment Alignment
|
Alignment Alignment
|
||||||
// Text is the string to draw.
|
// Text is the string to draw.
|
||||||
Text string
|
Text string
|
||||||
// MaxLines specify the maximum number of lines the text
|
// MaxLines limits the number of lines. Zero means no limit.
|
||||||
// may fill.
|
|
||||||
MaxLines int
|
MaxLines int
|
||||||
|
|
||||||
it lineIterator
|
it lineIterator
|
||||||
|
|||||||
Reference in New Issue
Block a user