1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-15 21:49:28 +03:00

visual improvements for Launchers Area

This commit is contained in:
Michail Vourlakos
2017-03-21 21:28:50 +02:00
parent 62a1346509
commit 91bc9785dc

View File

@ -893,9 +893,9 @@ Item {
}// Flow with hidden spacers inside
//! The Launchers Area Indicator
Rectangle{
anchors.fill: parent
radius: root.iconSize/10
property color tempColor: "#aa222222"
@ -906,14 +906,21 @@ Item {
opacity: latteApplet && root.addLaunchersMessage ? 1 : 0
Behavior on opacity{
NumberAnimation { duration: 3*container.animationTime }
NumberAnimation { duration: 2*root.durationTime*container.animationTime }
}
PlasmaExtras.Heading {
text: i18n("Launchers Area")
anchors.fill: parent
anchors.centerIn: parent
text: i18n("Launchers Area")
level: 3
font.bold: true
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
elide: Text.ElideRight
rotation: {
if (root.isHorizontal)
return 0;
@ -925,6 +932,7 @@ Item {
}
}
MouseArea{
id: appletMouseArea