]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix to large passwort-change window if language was set to english.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 12 Jun 2010 19:03:18 +0000 (21:03 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 12 Jun 2010 19:03:18 +0000 (21:03 +0200)
src/install+setup/setup/passwords.c

index 31d559d76c93bd1ccd3967beba02108e530dd7cc..f5a686b4891e27c88023c0bb799e85a8b16e667e 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,
-                       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)
                {