Merge pull request #2032 from codesardine/calamares
add HDPI support, fix #1945
This commit is contained in:
commit
e9f011b686
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user