diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-24 15:02:58 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-24 15:02:58 -0500 |
| commit | f3365135c82cb94b22a03acf9c847e39e4d89626 (patch) | |
| tree | 88f22e251f7197271464ad2e5ba210fec6462c44 | |
| parent | aebf40df6b63ef5b370e416b231f9e6b4d1acac9 (diff) | |
Quick documentation change in prefsize_windows.go.
| -rw-r--r-- | prefsize_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prefsize_windows.go b/prefsize_windows.go index a6e7bbf..2ee5d51 100644 --- a/prefsize_windows.go +++ b/prefsize_windows.go @@ -13,6 +13,7 @@ import ( // - http://msdn.microsoft.com/en-us/library/windows/desktop/aa511279.aspx#controlsizing for control sizes // - http://msdn.microsoft.com/en-us/library/ms645502%28VS.85%29.aspx - the calculation needed // - http://support.microsoft.com/kb/125681 - to get the base X and Y +// (thanks to http://stackoverflow.com/questions/58620/default-button-size) // As we are left with incomplete data, an arbitrary size will be chosen const ( |
