Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-12-31 15:22:53 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-31 15:22:53 +0300
commitc6fb0d70af8877f840f6cbbc8348eaa4dc63b8de (patch)
tree74453a43c8d053fba09286654b34928e5299a2f9 /plugins/SimulationView
parentb5c406dc43930f2eca4fe866e07cc96cbb237b98 (diff)
Use medium font size for everything in stage menu
Except the material manufacturer, which should remain default. Contributes to issue CURA-6025.
Diffstat (limited to 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/SimulationViewMenuComponent.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimulationView/SimulationViewMenuComponent.qml b/plugins/SimulationView/SimulationViewMenuComponent.qml
index fe32fe9eb1..4c952d4c43 100644
--- a/plugins/SimulationView/SimulationViewMenuComponent.qml
+++ b/plugins/SimulationView/SimulationViewMenuComponent.qml
@@ -43,7 +43,7 @@ Cura.ExpandableComponent
verticalAlignment: Text.AlignVCenter
height: parent.height
elide: Text.ElideRight
- font: UM.Theme.getFont("default")
+ font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text_medium")
renderType: Text.NativeRendering
}
@@ -60,7 +60,7 @@ Cura.ExpandableComponent
}
height: parent.height
elide: Text.ElideRight
- font: UM.Theme.getFont("default")
+ font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering
}