LightMode: better overview and transparency
This commit is contained in:
parent
e3d62388f7
commit
5d950b0a5e
2 changed files with 3 additions and 2 deletions
|
|
@ -191,7 +191,7 @@ ColumnLayout {
|
|||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: Color.mSurface
|
||||
opacity: (mouseArea.containsMouse || isSelected) ? 0 : 0.4
|
||||
opacity: (mouseArea.containsMouse || isSelected) ? 0 : 0.3
|
||||
radius: parent.radius
|
||||
|
||||
Behavior on opacity {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue