Change fontsize calculation

This commit is contained in:
2023-11-26 10:02:14 -06:00
parent 895b0d91a7
commit c0b660e3b5
2 changed files with 43338 additions and 43339 deletions
+43337 -43338
View File
File diff suppressed because it is too large Load Diff
@@ -16,7 +16,7 @@ namespace qController
qCommand = command;
Text = qCommand.text;
TextColor = Color.Black;
FontSize = App.HeightUnit * 2.5;
FontSize = App.WidthUnit * 5;
if (qCommand.osc.Contains("go"))
{
BackgroundColor = Color.SeaGreen;