fix: Fixes overlapping text in TithingGump (#2020)
This commit is contained in:
parent
ec12eb037d
commit
94040f142c
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue