mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 20:55:42 +08:00
Allows to use a scale factor on high DPI screens
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user