From: Arne Fitzenreiter Date: Sat, 12 Jun 2010 19:03:18 +0000 (+0200) Subject: Fix to large passwort-change window if language was set to english. X-Git-Tag: v2.9-beta1~240 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=498606afbe0710d75bc3ee44b6345046ab05d5a0 Fix to large passwort-change window if language was set to english. --- diff --git a/src/install+setup/setup/passwords.c b/src/install+setup/setup/passwords.c index 31d559d76c..f5a686b489 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, - 70, 5, 5, 50, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL); + 65, 5, 5, 50, entries, ctr[TR_OK], ctr[TR_CANCEL], NULL); if (rc != 2) {