mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Show package version in installed tab
This commit is contained in:
parent
0617a95cd0
commit
abcf7bd187
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue