mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 11:29:01 +08:00
Remove unused code.
Contributes to CURA-5786.
This commit is contained in:
parent
dba31c3af4
commit
059e681de5
@ -74,7 +74,6 @@ Item
|
|||||||
{
|
{
|
||||||
text: model.description
|
text: model.description
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
outlineColor: "transparent"
|
|
||||||
cornerRadius: 0
|
cornerRadius: 0
|
||||||
hoverColor: UM.Theme.getColor("primary")
|
hoverColor: UM.Theme.getColor("primary")
|
||||||
|
|
||||||
|
@ -58,7 +58,6 @@ Column
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
text += "</table>"
|
text += "</table>"
|
||||||
print(text)
|
|
||||||
return text
|
return text
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -314,14 +314,6 @@ UM.MainWindow
|
|||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.rightMargin: UM.Theme.getSize("thick_margin").width
|
anchors.rightMargin: UM.Theme.getSize("thick_margin").width
|
||||||
anchors.bottomMargin: UM.Theme.getSize("thick_margin").height
|
anchors.bottomMargin: UM.Theme.getSize("thick_margin").height
|
||||||
// onShowTooltip:
|
|
||||||
// {
|
|
||||||
// base.showTooltip(item, location, text)
|
|
||||||
// }
|
|
||||||
// onHideTooltip:
|
|
||||||
// {
|
|
||||||
// base.hideTooltip()
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader
|
Loader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user