mirror of
https://github.com/jwetzell/qController.git
synced 2026-09-11 17:19:39 +00:00
Change fontsize calculation
This commit is contained in:
Generated
-1
@@ -2,7 +2,6 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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
|
||||
// the code is regenerated.
|
||||
|
||||
@@ -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