mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 00:16:15 +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
|
||||
// Text is the string to draw.
|
||||
Text string
|
||||
// MaxLines specify the maximum number of lines the text
|
||||
// may fill.
|
||||
// MaxLines limits the number of lines. Zero means no limit.
|
||||
MaxLines int
|
||||
|
||||
it lineIterator
|
||||
|
||||
Reference in New Issue
Block a user