From 668de3bccb0d0b43c0bfcc461dce028e4f0cea9d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 25 Feb 2014 01:02:16 -0500 Subject: Added most of the Windows implementation of ProgressBar. Now to grab the comctl32.dll stuff. --- prefsize_windows.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'prefsize_windows.go') 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 ( -- cgit v1.2.3