diff options
| author | physcik <mynameisgennadiy@vk.com> | 2026-04-06 18:29:34 +0500 |
|---|---|---|
| committer | physcik <mynameisgennadiy@vk.com> | 2026-04-06 18:29:34 +0500 |
| commit | e211798077de88fe39d1e1c0add7a0f460d1da5a (patch) | |
| tree | de3163568818116a2ca43d31c66947d918cea2fd /engine/UI | |
| parent | e75d107899617446add49f00fb03837cb46d2543 (diff) | |
Diffstat (limited to 'engine/UI')
| -rw-r--r-- | engine/UI/Label.go | 2 |
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, |
