Browse Source

CURA-4870 Change text size of the selected printer

Diego Prado Gesto 7 years ago
parent
commit
86103b4a0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/MachineSelection.qml

+ 1 - 1
resources/qml/MachineSelection.qml

@@ -63,7 +63,7 @@ ToolButton {
                 anchors.right: downArrow.left;
                 anchors.rightMargin: control.rightMargin;
                 anchors.verticalCenter: parent.verticalCenter;
-                font: UM.Theme.getFont("large")
+                font: UM.Theme.getFont("medium_bold")
             }
         }
         label: Label {}