Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpc/stand/hpcboot/res reduce combobox size.



details:   https://anonhg.NetBSD.org/src/rev/de26292141e2
branches:  trunk
changeset: 769798:de26292141e2
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Fri Sep 23 16:02:08 2011 +0000

description:
reduce combobox size.

diffstat:

 sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b5303f0ae17a -r de26292141e2 sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc
--- a/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Fri Sep 23 16:00:15 2011 +0000
+++ b/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Fri Sep 23 16:02:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcmenu.rc,v 1.18 2010/04/06 16:20:28 nonaka Exp $     */
+/*     $NetBSD: hpcmenu.rc,v 1.19 2011/09/23 16:02:08 nonaka Exp $     */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 STYLE WS_CHILD
 {
        // kernel directory
-       COMBOBOX        IDC_MAIN_DIR,                   5,  5, 70, 120,
+       COMBOBOX        IDC_MAIN_DIR,                   5,  5, 70, 80,
                WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP |
                CBS_DROPDOWN | CBS_AUTOHSCROLL
        // kernel file name
@@ -75,7 +75,7 @@
                WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP |
                ES_LEFT | ES_AUTOHSCROLL
        // platform select
-       COMBOBOX        IDC_MAIN_PLATFORM,              5, 20, 110, 80,
+       COMBOBOX        IDC_MAIN_PLATFORM,              5, 20, 110, 64,
                WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_TABSTOP |
                CBS_DROPDOWN | CBS_AUTOHSCROLL
        // root file system select



Home | Main Index | Thread Index | Old Index