summaryrefslogtreecommitdiff
path: root/engine/UI/Label.go
diff options
context:
space:
mode:
Diffstat (limited to 'engine/UI/Label.go')
-rw-r--r--engine/UI/Label.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/UI/Label.go b/engine/UI/Label.go
index eef85e2..27f85c0 100644
--- a/engine/UI/Label.go
+++ b/engine/UI/Label.go
@@ -14,7 +14,7 @@ var defaultLabelRoundness float32 = 0.2
// If the text formation formula is applied without it the text is
// overlowing on the right due to rounding errors
-const overflowMultiplyer float32 = 1.1
+const overflowMultiplyer float32 = 1.15
var defaultLabelStyle = &Style{
BacgroundColor: &rl.LightGray,