]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/setup/passwords.c
Fix to large passwort-change window if language was set to english.
[people/pmueller/ipfire-2.x.git] / 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)
                {