mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Change color of busyIndicator according to the Theme
Also for the text "No printer found in your network" in AddNetworkPrinterScrollView CURA-7627
This commit is contained in:
parent
5e788235c8
commit
3d5bbfbfaa
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue