From ec5c4594b2305f6e98d7e79a11ac8010e6366667 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 4 Jun 2014 12:29:07 -0400 Subject: [PATCH] Added a link to the older Layout page on MSDN to prefsize_windows.go. --- prefsize_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefsize_windows.go b/prefsize_windows.go index 850fdb5..9e7a81e 100644 --- a/prefsize_windows.go +++ b/prefsize_windows.go @@ -47,7 +47,7 @@ var stdDlgSizes = [nctypes]dlgunits{ // see also: http://blogs.msdn.com/b/oldnewthing/archive/2006/03/10/548537.aspx // note that the Microsoft guidelines pages don't take the list size into account longest: true, - height: 12, // from the Visual Studio 2012 offline docs's Win32 layout page; the online page above says 14 + height: 12, // from http://msdn.microsoft.com/en-us/library/windows/desktop/bb226818%28v=vs.85%29.aspx; the page linked above says 14 }, c_lineedit: dlgunits{ longest: true,