add HDPI support

This commit is contained in:
Vitor Lopes 2022-07-29 18:03:44 +01:00 committed by Philip Mueller
parent f932fac76c
commit 6a667e4157

View File

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