We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1c6ef commit a636e25Copy full SHA for a636e25
1 file changed
panels/dock/package/main.qml
@@ -59,6 +59,8 @@ Window {
59
D.DWindow.enabled: true
60
D.DWindow.windowRadius: 0
61
D.DWindow.borderWidth: 1
62
+ //D.DWindow.windowEffect: hideShowAnimation.running ? D.PlatformHandle.EffectNoShadow : 0
63
+ //D.DWindow.borderWidth: hideShowAnimation.running ? 0 : 1
64
D.DWindow.enableBlurWindow: Qt.platform.pluginName !== "xcb"
65
D.DWindow.themeType: Panel.colorTheme
66
D.DWindow.borderColor: D.DTK.themeType === D.ApplicationHelper.DarkType ? Qt.rgba(0, 0, 0, dock.blendColorAlpha(0.6) + 20 / 255) : Qt.rgba(0, 0, 0, 0.15)
0 commit comments