From e211798077de88fe39d1e1c0add7a0f460d1da5a Mon Sep 17 00:00:00 2001 From: physcik Date: Mon, 6 Apr 2026 18:29:34 +0500 Subject: Experimental async update function --- engine/UI/Label.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/UI/Label.go') 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, -- cgit v1.3