1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-20 06:50:28 +03:00

update pixmaps for some colors

--improve also the opacity used for the EditModeVisual
This commit is contained in:
Michail Vourlakos 2017-07-05 12:14:40 +03:00
parent 02ec39fda2
commit 7235b14dab
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -53,7 +53,7 @@ Image{
layer.effect: DropShadow {
radius: root.editShadow
samples: 2 * radius
color: "#ee080808"
color: "#aa080808"
}
/*Behavior on width {
@ -237,7 +237,7 @@ Image{
PropertyAnimation {
target: editVisual
property: "opacity"
to: root.behaveAsPlasmaPanel && dock.session===Latte.Dock.DefaultSession ? 0.3 : 0.6
to: root.behaveAsPlasmaPanel ? 0.4 : root.blurEnabled ? 0.7 : 0.8
duration: editVisual.speed / 2
easing.type: Easing.OutQuad
}