]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Increase length of the password dialog to 50 chars.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 11 Jun 2010 22:01:20 +0000 (00:01 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 11 Jun 2010 22:01:20 +0000 (00:01 +0200)
src/install+setup/setup/passwords.c

index 4b9e61b51109bb199eed1ff6428a1814b197ae6d..31d559d76c93bd1ccd3967beba02108e530dd7cc 100644 (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)
                {