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 Widen the "root file system" ...



details:   https://anonhg.NetBSD.org/src/rev/f78be67aca06
branches:  trunk
changeset: 556689:f78be67aca06
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Dec 23 15:29:36 2003 +0000

description:
Widen the "root file system" group to line up with the controls above it.

diffstat:

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

diffs (23 lines):

diff -r 7ffc17df623e -r f78be67aca06 sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc
--- a/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Tue Dec 23 15:24:26 2003 +0000
+++ b/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc Tue Dec 23 15:29:36 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcmenu.rc,v 1.7 2003/12/16 18:23:36 uwe Exp $ */
+/*     $NetBSD: hpcmenu.rc,v 1.8 2003/12/23 15:29:36 uwe Exp $ */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -85,11 +85,11 @@
        AUTORADIOBUTTON "sd",   IDC_MAIN_ROOT_SD,       35, 40, 22, 10
        AUTORADIOBUTTON "md",   IDC_MAIN_ROOT_MD,       60, 40, 22, 10
        AUTORADIOBUTTON "nfs",  IDC_MAIN_ROOT_NFS,      85, 40, 22, 10
-       EDITTEXT        IDC_MAIN_ROOT_MD_OPS            10, 53, 90, 12,
+       EDITTEXT        IDC_MAIN_ROOT_MD_OPS            10, 53, 100, 12,
                WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP |
                ES_LEFT | ES_AUTOHSCROLL
        GROUPBOX        "root file system"      IDC_MAIN_ROOT_OPTION
-                                                       5, 33, 105, 35
+                                                       5, 33, 110, 35
        // boot options
        AUTOCHECKBOX    "boot verbosely"        IDC_MAIN_OPTION_V
                                                        5, 59, 120, 9



Home | Main Index | Thread Index | Old Index