From fb50badf00db0ba2da8a99aa75b489c620f8a971 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 13 Apr 2014 18:05:07 -0400 Subject: Fixed Area test time label weirdness by making Labels truncate their text instead of word-wrapping on all platforms. This doesn't explain GTK+/Wayland, alas. --- label.go | 1 + 1 file changed, 1 insertion(+) (limited to 'label.go') diff --git a/label.go b/label.go index 69cdddc..74bc0f7 100644 --- a/label.go +++ b/label.go @@ -7,6 +7,7 @@ import ( ) // A Label is a static line of text used to mark other controls. +// Label text is drawn on a single line; text that does not fit is truncated. type Label struct { lock sync.Mutex created bool -- cgit v1.2.3