Removed previous variants of the dismiss incompatible package functionality

CURA-7090
This commit is contained in:
Dimitriovski 2020-01-24 13:56:59 +01:00
parent 7ee8270b2e
commit 05e17843c6
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D
3 changed files with 0 additions and 32 deletions

View file

@ -125,26 +125,6 @@ UM.Dialog{
color: UM.Theme.getColor("text")
elide: Text.ElideRight
}
UM.TooltipArea
{
width: childrenRect.width;
height: childrenRect.height;
text: catalog.i18nc("@info:tooltip", "Dismisses the package and won't be shown in this dialog anymore")
anchors.right: parent.right
anchors.verticalCenter: packageIcon.verticalCenter
Label
{
text: "(Dismiss)"
font: UM.Theme.getFont("small")
color: UM.Theme.getColor("text")
MouseArea
{
cursorShape: Qt.PointingHandCursor
anchors.fill: parent
onClicked: handler.dismissIncompatiblePackage(subscribedPackagesModel, model.package_id)
}
}
}
}
}
}