Subject: CVS commit: src/sys/arch/hpc/stand/hpcboot/menu
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 12/23/2003 17:18:25
Module Name: src
Committed By: uwe
Date: Tue Dec 23 17:18:25 UTC 2003
Modified Files:
src/sys/arch/hpc/stand/hpcboot/menu: rootwindow.cpp
Log Message:
Make the progress bar use the whole width between the Boot and Cancel
buttons. Since there are 11 calls to menu.progress() in hpcboot, set
the progress bar range to 0..11, not 0..12.
In RootWindow::WMCreate - when we mean to adjust the top of the client
are by the button height, use _button_height, instead of cmdbar_height
(they now happen to be equal).
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/hpc/stand/hpcboot/menu/rootwindow.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.