From 5f3b20eac388e41aaa3f0f8e215aa70326d23b5c Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 12 Jun 2010 00:01:20 +0200 Subject: [PATCH 1/1] Increase length of the password dialog to 50 chars. --- src/install+setup/setup/passwords.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2