From: Arne Fitzenreiter Date: Fri, 11 Jun 2010 22:01:20 +0000 (+0200) Subject: Increase length of the password dialog to 50 chars. X-Git-Tag: v2.9-beta1~245 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=5f3b20eac388e41aaa3f0f8e215aa70326d23b5c;hp=ecb061e4f93ac6ff2a0162a992e244c9a045d02b Increase length of the password dialog to 50 chars. --- diff --git a/src/install+setup/setup/passwords.c b/src/install+setup/setup/passwords.c index 4b9e61b511..31d559d76c 100644 --- a/src/install+setup/setup/passwords.c +++ b/src/install+setup/setup/passwords.c @@ -85,7 +85,7 @@ int getpassword(char *password, char *text) done = 1; sprintf (title, "%s %s - %s", NAME, VERSION, SLOGAN); rc = newtWinEntries(title, text, - 50, 5, 5, 20, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL); + 70, 5, 5, 50, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL); if (rc != 2) {