mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
deleted unused lines
CURA-7038
This commit is contained in:
parent
ada2a776d5
commit
93c1c1a86e
1 changed files with 0 additions and 4 deletions
|
@ -56,7 +56,6 @@ UM.Dialog{
|
||||||
model: toolbox.subscribedPackagesModel
|
model: toolbox.subscribedPackagesModel
|
||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
id: compatibleDelegate
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
@ -74,7 +73,6 @@ UM.Dialog{
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: compatibleLabel
|
|
||||||
text: model.name
|
text: model.name
|
||||||
font: UM.Theme.getFont("medium_bold")
|
font: UM.Theme.getFont("medium_bold")
|
||||||
anchors.left: packageIcon.right
|
anchors.left: packageIcon.right
|
||||||
|
@ -100,7 +98,6 @@ UM.Dialog{
|
||||||
model: toolbox.subscribedPackagesModel
|
model: toolbox.subscribedPackagesModel
|
||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
id: incompatibleDelegate
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
@ -118,7 +115,6 @@ UM.Dialog{
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: incompatibleLabel
|
|
||||||
text: model.name
|
text: model.name
|
||||||
font: UM.Theme.getFont("medium_bold")
|
font: UM.Theme.getFont("medium_bold")
|
||||||
anchors.left: packageIcon.right
|
anchors.left: packageIcon.right
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue