Add a fix to the window resolution for Retina displays

Add a new setting to the ConfigurationManager that can specify whether to scale the onscreen text by window size or resolution
This commit is contained in:
Alexander Bock
2016-10-18 18:52:30 +02:00
parent e21b69cab8
commit 542f92e768
8 changed files with 66 additions and 11 deletions

View File

@@ -97,6 +97,9 @@ public:
/// The key that stores the time (in seconds) that the application will wait before
/// shutting down after the shutdown call is made
static const std::string KeyShutdownCountdown;
/// The key that stores whether the onscreen text should be scaled to the window size
/// or the window resolution
static const std::string KeyOnScreenTextScaling;
/// The key that stores whether the master node should perform rendering just function
/// as a pure manager
static const std::string KeyDisableMasterRendering;