From 35a592aca3b78bc0cebc234301a4a62cdf1f2285 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Fri, 26 Jul 2013 11:18:59 +0100 Subject: [PATCH] Make a minor GUI layout adjustment. --- ChangeLog | 10 ++++++++++ src/pkgview.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f094054..0276bb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2013-07-26 Keith Marshall + + Make a minor GUI layout adjustment. + + * src/pkgview.cpp (VSASH_INIT_POS): Increment from 0.30 to 0.35; this + sets the initial height of the package list pane to be 35% of the main + window height, which, at the default initial window size, neatly fits + the entire "Basic Setup" package group, without scrolling, on my + 1366x768 pixel Win7-VM display. + 2013-07-25 Keith Marshall Implement setup tool installer "plugin". diff --git a/src/pkgview.cpp b/src/pkgview.cpp index 61a3593..a1ec38d 100644 --- a/src/pkgview.cpp +++ b/src/pkgview.cpp @@ -52,7 +52,7 @@ static const double HSASH_MAX_POS = 0.40; * measured from its top edge. */ static const double VSASH_MIN_POS = 0.25; -static const double VSASH_INIT_POS = 0.30; +static const double VSASH_INIT_POS = 0.35; static const double VSASH_MAX_POS = 0.60; HWND AppWindowMaker::Create( const char *class_name, const char *caption ) -- 2.11.0