Update diagnostic message style
This commit is contained in:
@@ -9,9 +9,8 @@ public static partial class SymbolInfoComponents
|
|||||||
{
|
{
|
||||||
var label = new RichTextLabel();
|
var label = new RichTextLabel();
|
||||||
label.PushColor(CachedColors.White);
|
label.PushColor(CachedColors.White);
|
||||||
label.PushFont(MonospaceFont);
|
label.PushFontSize(14);
|
||||||
label.AddText(diagnostic.Diagnostic.GetMessage());
|
label.AddText(diagnostic.Diagnostic.GetMessage());
|
||||||
label.Pop(); // font
|
|
||||||
label.Pop();
|
label.Pop();
|
||||||
return label;
|
return label;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user