Make expandable component dragable.

This commit is contained in:
Remco Burema 2019-04-20 00:15:42 +02:00
parent 46403a0fde
commit 28a14c0a3b
2 changed files with 28 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Cura.RoundedRectangle
id: header
property alias headerTitle: headerLabel.text
property alias xPosCloseButton: closeButton.left
height: UM.Theme.getSize("expandable_component_content_header").height
color: UM.Theme.getColor("secondary")