mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Adjust the maximum displayed length.
Submitted-By: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp>
This commit is contained in:
parent
e5b09b7d10
commit
a686b628ba
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Id: user.c,v 1.5 1996/12/15 11:22:37 joerg Exp $
|
||||
* $Id: user.c,v 1.6 1997/01/03 06:32:38 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1996
|
||||
* Jörg Wunsch. All rights reserved.
|
||||
|
|
@ -108,7 +108,7 @@ static Layout groupLayout[] = {
|
|||
/* The user configuration menu. */
|
||||
static Layout userLayout[] = {
|
||||
#define LAYOUT_UNAME 0
|
||||
{ 3, 6, UT_NAMESIZE, UT_NAMESIZE + 4,
|
||||
{ 3, 6, UT_NAMESIZE + 4, UT_NAMESIZE,
|
||||
"Login ID:", "The login name of the new user (mandatory)",
|
||||
uname, STRINGOBJ, NULL },
|
||||
#define LAYOUT_UID 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Id: user.c,v 1.5 1996/12/15 11:22:37 joerg Exp $
|
||||
* $Id: user.c,v 1.6 1997/01/03 06:32:38 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1996
|
||||
* Jörg Wunsch. All rights reserved.
|
||||
|
|
@ -108,7 +108,7 @@ static Layout groupLayout[] = {
|
|||
/* The user configuration menu. */
|
||||
static Layout userLayout[] = {
|
||||
#define LAYOUT_UNAME 0
|
||||
{ 3, 6, UT_NAMESIZE, UT_NAMESIZE + 4,
|
||||
{ 3, 6, UT_NAMESIZE + 4, UT_NAMESIZE,
|
||||
"Login ID:", "The login name of the new user (mandatory)",
|
||||
uname, STRINGOBJ, NULL },
|
||||
#define LAYOUT_UID 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue