Enable DPI Scaling
This commit is contained in:
@@ -50,6 +50,8 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
|
|
||||||
|
a.setAttribute(Qt::AA_EnableHighDpiScaling, true);
|
||||||
|
|
||||||
// Options
|
// Options
|
||||||
bool portable = false;
|
bool portable = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user