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=31d559d76c93bd1ccd3967beba02108e530dd7cc;hp=4b9e61b51109bb199eed1ff6428a1814b197ae6d;hb=5f3b20eac388e41aaa3f0f8e215aa70326d23b5c;hpb=ecb061e4f93ac6ff2a0162a992e244c9a045d02b 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) {