Browse Source

Use correct font for material estimates

Otherwise it uses the system defaults.
Ghostkeeper 5 years ago
parent
commit
bb49acbb7f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/ActionPanel/OutputProcessWidget.qml

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

@@ -100,6 +100,7 @@ Column
                     return totalWeights + "g · " + totalLengths.toFixed(2) + "m"
                 }
                 source: UM.Theme.getIcon("spool")
+                font: UM.Theme.getFont("default")
             }
         }
     }