Skip to content

Commit f0a01b0

Browse files
yixinsharkdeepin-bot[bot]
authored andcommitted
fix: modify panel popup shadow color
as title Issue: linuxdeepin/developer-center#10325
1 parent 77edac2 commit f0a01b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frame/qml/PanelPopupWindow.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Window {
6161
D.DWindow.enableBlurWindow: true
6262
// TODO set shadowOffset maunally.
6363
D.DWindow.shadowOffset: Qt.point(0, 25)
64-
D.DWindow.shadowColor: D.DTK.themeType === D.ApplicationHelper.DarkType ? Qt.rgba(0, 0, 0, 0.5) : Qt.rgba(0, 0, 0, 0.4)
64+
D.DWindow.shadowColor: D.DTK.themeType === D.ApplicationHelper.DarkType ? Qt.rgba(0, 0, 0, 0.5) : Qt.rgba(0, 0, 0, 0.2)
6565
D.ColorSelector.family: D.Palette.CrystalColor
6666

6767
color: "transparent"

0 commit comments

Comments
 (0)