This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Setup: A wider threebar.


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bas van Gompel wrote:
> In order to be able to see the names of the ini-file being parsed, and
> the location being dowloaded from (if/when that patch
> (<n2m-g.dr1m21.3vva69r.1@buzzy-box.bavag>) gets applied), I
> suggest making better use of the available window-width. Following
> patch does that.
> 
> 
> A ChangeLog-entry? (Please fix the <at>.)
> 
> 2005-01-23  Bas van Gompel  <patch-cygsup.buzz<at>bavag.tmfweb.nl>
> 
> 	* res.rc (IDD_INSTATUS): Change left and right margin to 7.

It would make the page look a bit unbalanced, though, since most of the
content will be very much to the left of the page.

Still, maybe that's an acceptable sacrifice. Though, bear in mind that
many URLs will fit in the display width currently used.

> 	Make IDC_INS_ACTION, IDC_INS_PKG and IDC_INS_FILE not wrap.
> 	* threebar.cc (ThreeBarControlsInfo): Make IDC_INS_ACTION, IDC_INS_PKG
> 	and IDC_INS_FILE stretchable.
> 
...
> Index: setup/res.rc
> ===================================================================
> RCS file: /cvs/cygwin-apps/setup/res.rc,v
> retrieving revision 2.68
> diff -u -p -r2.68 res.rc
> --- setup/res.rc	30 Nov 2005 22:48:31 -0000	2.68
> +++ setup/res.rc	22 Jan 2006 20:28:16 -0000
> @@ -189,18 +189,21 @@ STYLE DS_MODALFRAME | DS_CENTER | WS_CHI
>  CAPTION "Cygwin Setup"
>  FONT 8, "MS Shell Dlg"
>  BEGIN
> -    LTEXT           "Installing...",IDC_INS_ACTION,45,55,205,8,NOT WS_GROUP
> -    LTEXT           "(PKG)",IDC_INS_PKG,45,70,205,8,NOT WS_GROUP
> -    LTEXT           "(FILE)",IDC_INS_FILE,45,85,205,8,NOT WS_GROUP
> +    LTEXT           "Installing...",IDC_INS_ACTION,7,55,303,8,
> +                    NOT WS_GROUP | SS_LEFTNOWORDWRAP

Is it right to combine NOT xxx and | xxx ?
I couldn't find any documentation one way or the other.
/me curses MSDN's labyrinthine website.

Max.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)

iD8DBQFEECM4fFNSmcDyxYARAg6QAKCdskDmfWTPPD0XLJhtuUO86Zei5ACgmvrp
afJnZXBWVv1MG73sFZAcUbo=
=jmWR
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]