diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-04 12:29:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-04 12:29:07 -0400 |
| commit | ec5c4594b2305f6e98d7e79a11ac8010e6366667 (patch) | |
| tree | 9287caa8f773b0662ba3420e22e2e178b79217f9 | |
| parent | 5027a50845680c28f24fefe4d9c2b1926fd4f7fe (diff) | |
Added a link to the older Layout page on MSDN to prefsize_windows.go.
| -rw-r--r-- | prefsize_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
