Skip to content

Commit c1123c2

Browse files
committed
fix: modify when keep hiden animation has launched, has shadow and line.
as title. PMS-BUG-313787
1 parent 6f1c6ef commit c1123c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

panels/dock/package/main.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ Window {
5858

5959
D.DWindow.enabled: true
6060
D.DWindow.windowRadius: 0
61-
D.DWindow.borderWidth: 1
61+
D.DWindow.windowEffect: hideShowAnimation.running ? D.PlatformHandle.EffectNoShadow : 0
62+
D.DWindow.borderWidth: hideShowAnimation.running ? 0 : 1
6263
D.DWindow.enableBlurWindow: Qt.platform.pluginName !== "xcb"
6364
D.DWindow.themeType: Panel.colorTheme
6465
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

Comments
 (0)