mirror of
https://github.com/jwetzell/qController.git
synced 2026-07-26 10:38:50 +00:00
Change fontsize calculation
This commit is contained in:
Generated
+43337
-43338
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;
|
||||
|
||||
Reference in New Issue
Block a user