From 752070add9a537216c74b69a52357907226f97dd Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 1 Jul 2020 22:33:08 +0200 Subject: [PATCH] Enable highdpi icons --- smsapp/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/smsapp/main.cpp b/smsapp/main.cpp index fb7418126..955a4a731 100644 --- a/smsapp/main.cpp +++ b/smsapp/main.cpp @@ -37,6 +37,7 @@ int main(int argc, char *argv[]) { + QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps); QApplication app(argc, argv); KAboutData aboutData(QStringLiteral("kdeconnect.sms"), i18n("SMS Instant Messaging"),