From 1a45b8f07a56df3803740cbefaae15f9c985b9af Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 26 Jan 2019 21:45:32 -0800 Subject: [PATCH] Fix dialog box styles --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index f8e41c7d..cb03ef8f 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -349,7 +349,7 @@ int main(int argc, char *argv[]) qputenv("QT_QUICK_CONTROLS_UNIVERSAL_THEME", "Dark"); } if (!qEnvironmentVariableIsSet("QT_QUICK_CONTROLS_1_STYLE")) { - qputenv("QT_QUICK_CONTROLS_1_STYLE", "Flat"); + qputenv("QT_QUICK_CONTROLS_1_STYLE", "Base"); } QQmlApplicationEngine engine;