Skip to content

Commit 0d1dc96

Browse files
committed
tooltip padding fix
1 parent 2a4bfa6 commit 0d1dc96

File tree

1 file changed

+1
-3
lines changed
  • Intersect.Client.Framework/Gwen/Control

1 file changed

+1
-3
lines changed

Intersect.Client.Framework/Gwen/Control/Base.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,9 +1533,7 @@ public virtual void SetToolTipText(string? text)
15331533
AutoSizeToContents = true,
15341534
Font = _tooltipFont ?? GameContentManager.Current?.GetFont("sourcesansproblack", 10),
15351535
MaximumSize = new Point(300, 0),
1536-
Padding = new Padding(
1537-
5,
1538-
3,
1536+
TextPadding = new Padding(
15391537
5,
15401538
3
15411539
),

0 commit comments

Comments
 (0)