Allows to use a scale factor on high DPI screens

This commit is contained in:
Klaus Basan
2018-01-26 18:31:46 +01:00
parent 17e4dbbd46
commit 7809734d36
3 changed files with 18 additions and 8 deletions

View File

@@ -228,7 +228,7 @@ namespace BlackGui
//! Support for high DPI screens
//! \note Needs to be at the beginning of main
static void highDpiScreenSupport();
static void highDpiScreenSupport(qreal scaleFactor = -1);
//! Uses the high DPI support?
static bool isUsingHighDpiScreenSupport();