diff --git a/qml/Main.qml b/qml/Main.qml index a203ebab..ca3ffb28 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -246,7 +246,7 @@ QtObject { color: "transparent" DWindow.enabled: !DebugHelper.useRegularWindow - DWindow.windowRadius: 12 + DWindow.windowRadius: DTK.platformTheme.windowRadius < 0 ? 12 : DTK.platformTheme.windowRadius DWindow.enableSystemResize: false DWindow.enableSystemMove: false DWindow.enableBlurWindow: true