Fix the tooltips in the profile selector in the recommended mode

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-11-30 15:06:53 +01:00
parent 1a778b3078
commit 1fbcff2cb9
2 changed files with 70 additions and 160 deletions

View file

@ -8,7 +8,7 @@ import QtQuick.Controls.Styles 1.4
import UM 1.2 as UM
import Cura 1.0 as Cura
Rectangle
Item
{
id: base
@ -16,8 +16,6 @@ Rectangle
signal hideTooltip()
// width: parent.width
height: childrenRect.height + 2 * padding
color: "red"
opacity: 0.5
property Action configureSettings