Added a link to the older Layout page on MSDN to prefsize_windows.go.

This commit is contained in:
Pietro Gagliardi 2014-06-04 12:29:07 -04:00
parent 5027a50845
commit ec5c4594b2
1 changed files with 1 additions and 1 deletions

View File

@ -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,