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>2019-02-04 18:19:14 +0300
committerGhostkeeper <rubend@tutanota.com>2019-02-04 18:19:14 +0300
commitae5d548f02336d42cd663e00d534fd93783fffba (patch)
tree6a6ed82a2fcc75242dc6867811607e7f839fbbf6 /resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
parent185e9cc726573660b836da4559f3938efb9b6b34 (diff)
parent7569ed9834157b01a5057030cea2c48ac418dc59 (diff)
Merge branch '4.0'
Diffstat (limited to 'resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml')
-rw-r--r--resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
index a9135c4058..663e2497ed 100644
--- a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
+++ b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
@@ -332,7 +332,7 @@ Item
verticalAlignment: Text.AlignVCenter
width: selectors.controlWidth - warningImage.width - UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@label", "Use glue for better adhesion with this material combination.")
- font: UM.Theme.getFont("very_small")
+ font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
visible: CuraSDKVersion == "dev" ? false : warnings.buildplateCompatibilityError || warnings.buildplateCompatibilityWarning
wrapMode: Text.WordWrap