Browse Source

Change the large_nonbold to large in one remaining component

Contributes to CURA-6025.
Diego Prado Gesto 6 years ago
parent
commit
acabd06542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml

+ 1 - 1
plugins/UM3NetworkPrinting/resources/qml/MonitorQueue.qml

@@ -23,7 +23,7 @@ Item
             top: parent.top
         }
         color: UM.Theme.getColor("text")
-        font: UM.Theme.getFont("large_nonbold")
+        font: UM.Theme.getFont("large")
         text: catalog.i18nc("@label", "Queued")
     }