From eb87085054fb72de40189e374fae5e5a987efe3e Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 11 Apr 2012 13:03:54 +0200 Subject: [PATCH] Installer: Increase the text label width on the core.autocrlf options page The word "projects" in the second choice is cropped otherwise. Signed-off-by: Sebastian Schuberth --- share/WinGit/install.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index c0bac8a9..8568dea8 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -587,7 +587,7 @@ begin 'this is the recommended setting on Windows ("core.autocrlf" is set to "true").'; Left:=ScaleX(28); Top:=ScaleY(32); - Width:=ScaleX(372); + Width:=ScaleX(380); Height:=ScaleY(47); end; @@ -613,7 +613,7 @@ begin 'this is the recommended setting on Unix ("core.autocrlf" is set to "input").'; Left:=ScaleX(28); Top:=ScaleY(104); - Width:=ScaleX(372); + Width:=ScaleX(380); Height:=ScaleY(47); end; @@ -639,7 +639,7 @@ begin 'projects ("core.autocrlf" is set to "false").'; Left:=ScaleX(28); Top:=ScaleY(176); - Width:=ScaleX(372); + Width:=ScaleX(380); Height:=ScaleY(47); end; -- 2.11.4.GIT