From d48835ed248033dcbc23b465a0d7408aa5c2ae3b Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Wed, 4 Oct 2017 23:52:27 +0300 Subject: [PATCH] Holmes: increased whitespace between binding name and binding description --- src/game/g_holmes.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas index 9c846ab..f466f99 100644 --- a/src/game/g_holmes.pas +++ b/src/game/g_holmes.pas @@ -200,7 +200,7 @@ procedure createHelpWindow (); box.appendChild(stx); // span span := TUISpan.Create(); - span.flDefaultSize := TLaySize.Create(4, 1); + span.flDefaultSize := TLaySize.Create(12, 1); span.flExpand := true; box.appendChild(span); // text -- 2.29.2