mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Fix qualiy slider alignments
Contributes to CURA-5941.
This commit is contained in:
parent
17945c6b16
commit
1a778b3078
4 changed files with 241 additions and 187 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue