mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Hide download count in manage page
CURA-8726
This commit is contained in:
parent
adfb78e38a
commit
0b39fb1c91
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ import Cura 1.6 as Cura
|
|||
// are combined into the reusable "PackageCardHeader" component
|
||||
Item
|
||||
{
|
||||
default property alias contents: contentItem.children;
|
||||
default property alias contents: contentItem.children
|
||||
|
||||
property var packageData
|
||||
property bool showManageButtons: false
|
||||
|
|
|
@ -40,7 +40,7 @@ Rectangle
|
|||
id: downloadCount
|
||||
Layout.preferredWidth: parent.width
|
||||
Layout.fillHeight: true
|
||||
|
||||
visible: packageData.downloadCount != "0"
|
||||
UM.RecolorImage
|
||||
{
|
||||
id: downloadsIcon
|
||||
|
@ -53,6 +53,7 @@ Rectangle
|
|||
|
||||
Label
|
||||
{
|
||||
|
||||
anchors.verticalCenter: downloadsIcon.verticalCenter
|
||||
|
||||
color: UM.Theme.getColor("text")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue