Skip to content
Snippets Groups Projects
Unverified Commit e9f011b6 authored by demmm's avatar demmm Committed by GitHub
Browse files

Merge pull request #2032 from codesardine/calamares

add HDPI support, fix #1945
parents af045ab8 8c873e0f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment