Skip to content

Commit a636e25

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

panels/dock/package/main.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Window {
5959
D.DWindow.enabled: true
6060
D.DWindow.windowRadius: 0
6161
D.DWindow.borderWidth: 1
62+
//D.DWindow.windowEffect: hideShowAnimation.running ? D.PlatformHandle.EffectNoShadow : 0
63+
//D.DWindow.borderWidth: hideShowAnimation.running ? 0 : 1
6264
D.DWindow.enableBlurWindow: Qt.platform.pluginName !== "xcb"
6365
D.DWindow.themeType: Panel.colorTheme
6466
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)