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