From 2a878f0e914fb7cdff9cb1deefb628562facd302 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 9 Jun 2014 17:06:33 -0400 Subject: [PATCH] Removed TODO about Windows label ellipsization; SS_LEFTNOWORDWRAP's docs say so. Replaced it with one about vertical label alignment... --- sysdata_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdata_windows.go b/sysdata_windows.go index 12100f2..b5c26db 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -86,7 +86,7 @@ var classTypes = [nctypes]*classData{ c_label: &classData{ name: toUTF16("STATIC"), // SS_NOPREFIX avoids accelerator translation; SS_LEFTNOWORDWRAP clips text past the end - // TODO find out if the default behavior is not to ellipsize + // TODO find out if the default behavior is vertically align to top style: _SS_NOPREFIX | _SS_LEFTNOWORDWRAP | controlstyle, xstyle: 0 | controlxstyle, },