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:
authorJaime van Kessel <nallath@gmail.com>2022-05-10 17:24:40 +0300
committerJaime van Kessel <nallath@gmail.com>2022-05-10 17:24:40 +0300
commitf05e067f39604b481b7af836d5958ecb06398342 (patch)
tree7130326b50bb08d158d573166caac8311ec978aa /resources/qml/PrintSetupTooltip.qml
parentc1a5ca228859473d25ad828a110c14044731dbce (diff)
parentd5c0fde7f2b7bdb17e94dc61a3605c5cbad6c175 (diff)
Merge branch '9145_fonts_look_ticker' of github.com:Ultimaker/Cura into 5.0
Diffstat (limited to 'resources/qml/PrintSetupTooltip.qml')
-rw-r--r--resources/qml/PrintSetupTooltip.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/PrintSetupTooltip.qml b/resources/qml/PrintSetupTooltip.qml
index e4d322f9d4..af4280342c 100644
--- a/resources/qml/PrintSetupTooltip.qml
+++ b/resources/qml/PrintSetupTooltip.qml
@@ -90,7 +90,6 @@ UM.PointingRectangle
y: UM.Theme.getSize("tooltip_margins").height
width: textScroll.width - 2 * UM.Theme.getSize("tooltip_margins").width
- wrapMode: Text.Wrap
textFormat: Text.RichText
color: UM.Theme.getColor("tooltip_text")
}