From 3dbee6836bda5a19e7250867be8926cc2db89abe Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Tue, 16 Oct 2007 23:12:46 +0200 Subject: [PATCH] WinGit(Inno): fix truncation of text in last option on PATH page The last two characters of the text describing the last option was truncated. This is fixed now. Signed-off-by: Steffen Prohaska --- share/WinGit/install.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index 0bd353f099..a338a3877a 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -133,7 +133,7 @@ begin Caption:='Run Git and included Unix tools from the Windows Command Prompt'; Left:=ScaleX(4); Top:=ScaleY(152); - Width:=ScaleX(393); + Width:=ScaleX(405); Height:=ScaleY(17); Font.Style:=[fsBold]; TabOrder:=2; -- 2.11.4.GIT