Add cancel-button and fix window-size (add printer). [CURA-6435]

This commit is contained in:
Remco Burema 2019-04-17 18:10:26 +02:00
parent bcfb2c02e5
commit b5d4ef61f5
3 changed files with 22 additions and 1 deletions

View file

@ -49,7 +49,7 @@ Item
anchors.left: parent.left
anchors.right: parent.right
height: UM.Theme.getSize("expandable_component_content_header").height
rightIconSource: contentShown ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_right")
rightIconSource: contentShown ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
contentShown: base.contentShown
}