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
-1
View File
@@ -2,7 +2,6 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:4.0.30319.42000
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
@@ -16,7 +16,7 @@ namespace qController
qCommand = command; qCommand = command;
Text = qCommand.text; Text = qCommand.text;
TextColor = Color.Black; TextColor = Color.Black;
FontSize = App.HeightUnit * 2.5; FontSize = App.WidthUnit * 5;
if (qCommand.osc.Contains("go")) if (qCommand.osc.Contains("go"))
{ {
BackgroundColor = Color.SeaGreen; BackgroundColor = Color.SeaGreen;