Browse Source

Use normal font size for Auto slicing... message

It should've been the normal font size anyway. This is not small!

Contributes to issue CURA-5876.
Ghostkeeper 6 years ago
parent
commit
39411222da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ActionPanel/SliceProcessWidget.qml

+ 1 - 1
resources/qml/ActionPanel/SliceProcessWidget.qml

@@ -48,7 +48,7 @@ Column
 
         text: catalog.i18nc("@label:PrintjobStatus", "Auto slicing...")
         color: UM.Theme.getColor("text")
-        font: UM.Theme.getFont("very_small")
+        font: UM.Theme.getFont("default")
         renderType: Text.NativeRendering
     }