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:
parent
02ec39fda2
commit
7235b14dab
BIN
containment/package/contents/icons/brownprint.jpg
Normal file
BIN
containment/package/contents/icons/brownprint.jpg
Normal file
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 |
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user