mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:29:00 +08:00
deleted unused lines
CURA-7038
This commit is contained in:
parent
ada2a776d5
commit
93c1c1a86e
@ -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…
x
Reference in New Issue
Block a user