Browse Source

Give print time estimate a large font

Contributes to issue CURA-6025.
Ghostkeeper 6 years ago
parent
commit
66aeb2d1dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ActionPanel/OutputProcessWidget.qml

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

@@ -51,7 +51,7 @@ Column
 
                 text: preSlicedData ? catalog.i18nc("@label", "No time estimation available") : PrintInformation.currentPrintTime.getDisplayString(UM.DurationFormat.Long)
                 source: UM.Theme.getIcon("clock")
-                font: UM.Theme.getFont("default_bold")
+                font: UM.Theme.getFont("large_bold")
             }
 
             Cura.IconWithText