Skip to content
Snippets Groups Projects
Commit 8436b5c4 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Allow users to see through the spinner

parent b30211f4
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,15 @@ Item {
// height is somewhat arbitrary here... don't set width because width scales w/ height
height: parent.height / 16
z: 3
opacity: hh.hovered ? 0.3 : 1
Behavior on opacity {
NumberAnimation { duration: 100; }
}
HoverHandler {
id: hh
}
}
ColumnLayout {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment