mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +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 {
|
||||
z: 2
|
||||
source: 'arrow-down'
|
||||
|
|
@ -224,7 +224,7 @@ Item {
|
|||
anchors.bottomMargin: Kirigami.Units.smallSpacing
|
||||
|
||||
visible: ShellSettings.Settings.convergenceModeEnabled
|
||||
opacity: statusBarHover.hovered ? 0.8 : 0
|
||||
opacity: statusBarHover.hovered ? 0.6 : 0.2
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation { duration: Kirigami.Units.shortDuration }
|
||||
|
|
|
|||
Loading…
Reference in a new issue