The MinGW.org Installation Manager Tool
Révision | 35a592aca3b78bc0cebc234301a4a62cdf1f2285 (tree) |
---|---|
l'heure | 2013-07-26 19:18:59 |
Auteur | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Make a minor GUI layout adjustment.
@@ -1,3 +1,13 @@ | ||
1 | +2013-07-26 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Make a minor GUI layout adjustment. | |
4 | + | |
5 | + * src/pkgview.cpp (VSASH_INIT_POS): Increment from 0.30 to 0.35; this | |
6 | + sets the initial height of the package list pane to be 35% of the main | |
7 | + window height, which, at the default initial window size, neatly fits | |
8 | + the entire "Basic Setup" package group, without scrolling, on my | |
9 | + 1366x768 pixel Win7-VM display. | |
10 | + | |
1 | 11 | 2013-07-25 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 12 | |
3 | 13 | Implement setup tool installer "plugin". |
@@ -52,7 +52,7 @@ static const double HSASH_MAX_POS = 0.40; | ||
52 | 52 | * measured from its top edge. |
53 | 53 | */ |
54 | 54 | static const double VSASH_MIN_POS = 0.25; |
55 | -static const double VSASH_INIT_POS = 0.30; | |
55 | +static const double VSASH_INIT_POS = 0.35; | |
56 | 56 | static const double VSASH_MAX_POS = 0.60; |
57 | 57 | |
58 | 58 | HWND AppWindowMaker::Create( const char *class_name, const char *caption ) |