Merge pull request #2032 from codesardine/calamares

add HDPI support, fix #1945
This commit is contained in:
demmm 2022-07-29 21:02:54 +02:00 committed by GitHub
commit e9f011b686
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",