Increase length of the password dialog to 50 chars.

This commit is contained in:
Arne Fitzenreiter
2010-06-12 00:01:20 +02:00
parent ecb061e4f9
commit 5f3b20eac3

View File

@@ -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)
{