deleted unused lines

CURA-7038
This commit is contained in:
Dimitriovski 2019-12-30 17:38:21 +01:00
parent ada2a776d5
commit 93c1c1a86e
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D

View file

@ -56,7 +56,6 @@ UM.Dialog{
model: toolbox.subscribedPackagesModel
Component
{
id: compatibleDelegate
Item
{
width: parent.width
@ -74,7 +73,6 @@ UM.Dialog{
}
Label
{
id: compatibleLabel
text: model.name
font: UM.Theme.getFont("medium_bold")
anchors.left: packageIcon.right
@ -100,7 +98,6 @@ UM.Dialog{
model: toolbox.subscribedPackagesModel
Component
{
id: incompatibleDelegate
Item
{
width: parent.width
@ -118,7 +115,6 @@ UM.Dialog{
}
Label
{
id: incompatibleLabel
text: model.name
font: UM.Theme.getFont("medium_bold")
anchors.left: packageIcon.right