update tooltip method return types

This commit is contained in:
Matt Parker
2025-10-12 23:19:30 +10:00
parent 3dd23d890b
commit 9eedd81656
6 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ public static partial class SymbolInfoComponents
{
private static readonly FontVariation MonospaceFont = ResourceLoader.Load<FontVariation>("uid://cctwlwcoycek7");
public static Control GetUnknownTooltip(ISymbol symbol)
public static RichTextLabel GetUnknownTooltip(ISymbol symbol)
{
var label = new RichTextLabel();
label.FitContent = true;