Android: Use breeze style
This commit is contained in:
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
#ifdef Q_OS_ANDROID
|
#ifdef Q_OS_ANDROID
|
||||||
QGuiApplication app(argc, argv);
|
QGuiApplication app(argc, argv);
|
||||||
QQuickStyle::setStyle(QStringLiteral("Material"));
|
QQuickStyle::setStyle(QStringLiteral("org.kde.breeze"));
|
||||||
#else
|
#else
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
// Default to org.kde.desktop style unless the user forces another style
|
// Default to org.kde.desktop style unless the user forces another style
|
||||||
|
|||||||
Reference in New Issue
Block a user