fix: Fixes overlapping text in TithingGump (#2020)

This commit is contained in:
Reetus 2024-12-17 03:21:09 +07:00 committed by GitHub
parent ec12eb037d
commit 94040f142c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ public class TithingGump : StaticGump<TithingGump>
// AddLabel(57, 274, 0, "Gold:");
builder.AddLabelPlaceholder(87, 274, 53, "goldOffer");
builder.AddHtmlLocalized(57, 274, 50, 20, 1079251); // Tithe:
builder.AddHtmlLocalized(137, 274, 50, 20, 1079251); // Tithe:
// AddLabel(137, 274, 0, "Tithe:");
builder.AddLabelPlaceholder(172, 274, 53, "titheOffer");