2 references to SetFontSizeAsync
Aspire.Dashboard (2)
Components\Pages\ConsoleLogs.razor.cs (2)
1432
return _terminalViewRef.
SetFontSizeAsync
(Math.Max(TerminalFontMin, s.FontPx - TerminalFontStep));
1441
return _terminalViewRef.
SetFontSizeAsync
(Math.Min(TerminalFontMax, s.FontPx + TerminalFontStep));