Add the print panel information as a popup that shows when the "i" icon

is clicked.

Contributes to CURA-5786.
This commit is contained in:
Diego Prado Gesto 2018-11-02 11:10:23 +01:00
parent 310539cb6d
commit c862e72514
3 changed files with 66 additions and 14 deletions

View file

@ -91,7 +91,7 @@ Item
{
opacity: visible ? 1 : 0
Behavior on opacity { NumberAnimation { duration: 100 } }
radius: UM.Theme.getSize("default_radius")
radius: UM.Theme.getSize("default_radius").width
color: UM.Theme.getColor("action_panel_secondary")
border.color: UM.Theme.getColor("lining")
border.width: UM.Theme.getSize("default_lining").width