Move action panel in front of settings panel

The settings panel can now be so long that they overlap (if the user so chooses). This causes the action panel to be hidden behind the settings. We'd prefer to show the action panel in front, always.

Contributes to issue CURA-6054.
This commit is contained in:
Ghostkeeper 2018-12-24 15:37:48 +01:00
parent c6f4cb4927
commit b7a23399f5
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -23,6 +23,7 @@ Rectangle
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")
radius: UM.Theme.getSize("default_radius").width
z: 10
property bool outputAvailable: UM.Backend.state == UM.Backend.Done || UM.Backend.state == UM.Backend.Disabled