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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue