diff options
Diffstat (limited to 'prefsize_windows.go')
| -rw-r--r-- | prefsize_windows.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prefsize_windows.go b/prefsize_windows.go index 2ee5d51..3dac306 100644 --- a/prefsize_windows.go +++ b/prefsize_windows.go @@ -53,6 +53,10 @@ var stdDlgSizes = [nctypes]dlgunits{ // height is not clearly defined here ("an integral number of items (3 items minimum)") so just use a three-line edit control height: 14 + 10 + 10, }, + c_progressbar: dlgunits{ + width: 237, // the first reference says 107 also works; TODO decide which to use + height: 8, + }, } var ( |
