mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-30 00:04:45 +00:00
Show status bar down-arrow at rest in convergence
This commit is contained in:
parent
c4a2574bef
commit
e72beb7296
1 changed files with 2 additions and 2 deletions
|
|
@ -212,7 +212,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Down-arrow hover hint for convergence mode
|
// Down-arrow hint for convergence mode
|
||||||
Kirigami.Icon {
|
Kirigami.Icon {
|
||||||
z: 2
|
z: 2
|
||||||
source: 'arrow-down'
|
source: 'arrow-down'
|
||||||
|
|
@ -224,7 +224,7 @@ Item {
|
||||||
anchors.bottomMargin: Kirigami.Units.smallSpacing
|
anchors.bottomMargin: Kirigami.Units.smallSpacing
|
||||||
|
|
||||||
visible: ShellSettings.Settings.convergenceModeEnabled
|
visible: ShellSettings.Settings.convergenceModeEnabled
|
||||||
opacity: statusBarHover.hovered ? 0.8 : 0
|
opacity: statusBarHover.hovered ? 0.6 : 0.2
|
||||||
|
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation { duration: Kirigami.Units.shortDuration }
|
NumberAnimation { duration: Kirigami.Units.shortDuration }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue