Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7

This commit is contained in:
Jaime van Kessel 2020-08-04 13:30:39 +02:00
commit af9a078d41
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 11 additions and 2 deletions

View file

@ -63,6 +63,7 @@ Item
id: waitingIndicator
anchors.horizontalCenter: parent.horizontalCenter
running: searchingForCloudPrinters
palette.dark: UM.Theme.getColor("text")
}
Label
{

View file

@ -41,6 +41,7 @@ Item
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@label", "There is no printer found over your network.")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
visible: networkPrinterListView.count == 0 // Do not show if there are discovered devices.