summaryrefslogtreecommitdiff
path: root/engine/UI/Label.go
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-06 18:29:34 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-06 18:29:34 +0500
commite211798077de88fe39d1e1c0add7a0f460d1da5a (patch)
treede3163568818116a2ca43d31c66947d918cea2fd /engine/UI/Label.go
parente75d107899617446add49f00fb03837cb46d2543 (diff)
Experimental async update functionHEADmain
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,