Fix qualiy slider alignments

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-11-30 14:18:07 +01:00
parent 17945c6b16
commit 1a778b3078
4 changed files with 241 additions and 187 deletions

View file

@ -114,19 +114,20 @@ Item
onHideTooltip: base.hideTooltip()
visible: currentModeIndex == 0
}
//
// CustomPrintSetup
// {
// anchors
// {
// left: parent.left
// right: parent.right
// top: parent.top
// }
// onShowTooltip: base.showTooltip(item, location, text)
// onHideTooltip: base.hideTooltip()
// visible: currentModeIndex == 1
// }
CustomPrintSetup
{
anchors
{
left: parent.left
right: parent.right
top: parent.top
}
height: 500
onShowTooltip: base.showTooltip(item, location, text)
onHideTooltip: base.hideTooltip()
visible: currentModeIndex == 1
}
}
Rectangle