diff --git a/Control Center/Control Center.csproj b/Control Center/Control Center.csproj
index 2ff9d1fbb..8dc90936d 100644
--- a/Control Center/Control Center.csproj
+++ b/Control Center/Control Center.csproj
@@ -81,6 +81,9 @@
GadrocsWorkshop.Helios.ControlCenter.App
+
+ app.manifest
+
..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll
@@ -154,6 +157,7 @@
ResXFileCodeGenerator
Resources.Designer.cs
+
SettingsSingleFileGenerator
diff --git a/Control Center/app.manifest b/Control Center/app.manifest
new file mode 100644
index 000000000..0da548c14
--- /dev/null
+++ b/Control Center/app.manifest
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true/pm
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Helios/Helios.csproj b/Helios/Helios.csproj
index d194a69e4..f5296e94e 100644
--- a/Helios/Helios.csproj
+++ b/Helios/Helios.csproj
@@ -180,7 +180,6 @@
IndicatorAppearancePropertyEditor.xaml
-
diff --git a/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs b/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs
index a4a248475..1a75c03b1 100644
--- a/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs
+++ b/Helios/Interfaces/DCS/M2000CSimple/M2000CSimpleInterface.cs
@@ -22,7 +22,7 @@ namespace GadrocsWorkshop.Helios.Interfaces.DCS.M2000CSimple
using Microsoft.Win32;
using System;
- [HeliosInterface("Helios.M2000CSimple", "DCS M2000C (Simple)", typeof(M2000CSimpleInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))]
+ //[HeliosInterface("Helios.M2000CSimple", "DCS M2000C (Simple)", typeof(M2000CSimpleInterfaceEditor), typeof(UniqueHeliosInterfaceFactory))]
public class M2000CSimpleInterface : BaseUDPInterface
{
private string _dcsPath;
diff --git a/Helios/_Documents/changelog.txt b/Helios/_Documents/changelog.txt
index c6f21c31f..35bb7f64d 100644
--- a/Helios/_Documents/changelog.txt
+++ b/Helios/_Documents/changelog.txt
@@ -7,6 +7,7 @@
* Bug fix for Hornet UFC font (now 1.2)
* Bug fix for datastream encoding in non-Latin locales.
* Bug fix for 10 second delay on profile start introduced in 1.4.2019.0616
+* Special Guest submission from Jabbers.... Control Center size independent of the Windows scaling value - Let us know what you think
1.4.2019.0616 Release
----------------------------
diff --git a/Keypress Receiver Installer/Release/Keypress Receiver Setup.msi b/Keypress Receiver Installer/Release/Keypress Receiver Setup.msi
index 2d33f170c..82bf70740 100644
Binary files a/Keypress Receiver Installer/Release/Keypress Receiver Setup.msi and b/Keypress Receiver Installer/Release/Keypress Receiver Setup.msi differ