Show package version in installed tab

This commit is contained in:
ChrisTerBeke 2018-05-15 11:25:56 +02:00
parent 0617a95cd0
commit abcf7bd187

View File

@ -90,6 +90,16 @@ Item
color: model.enabled ? UM.Theme.getColor("text") : UM.Theme.getColor("lining")
linkColor: UM.Theme.getColor("text_link")
}
Label
{
text: model.version
width: parent.width
height: UM.Theme.getSize("toolbox_property_label").height
color: UM.Theme.getColor("text")
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignLeft
}
}
ToolboxInstalledTileActions
{