X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=src%2Finstall%2Bsetup%2Fsetup%2Fpasswords.c;h=f5a686b4891e27c88023c0bb799e85a8b16e667e;hp=31d559d76c93bd1ccd3967beba02108e530dd7cc;hb=498606afbe0710d75bc3ee44b6345046ab05d5a0;hpb=f18be3b0bf3bfcd01510813fff6c055a219df4c7 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) {