add HDPI support

This commit is contained in:
Vitor Lopes 2022-07-29 18:03:44 +01:00 committed by GitHub
parent af045ab8b2
commit 8c873e0f49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@ handle_args( CalamaresApplication& a )
int
main( int argc, char* argv[] )
{
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
CalamaresApplication a( argc, argv );
KAboutData aboutData( "calamares",