1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 09:23:58 +08:00
Files
osu-lazer/osu.Game/Graphics
T
Krzysztof Gutkowski 1faf022821 Use a space to pad hint text symbol in FormFieldCaption (#37983)
This avoids a case where just the symbol is pushed to the next line,
with its left margin making things look ugly.

I would rather have an actual non-breakable space here, which would push
the adjacent word to the next line as well, but to my understanding
`TextFlowContainer` doesn't handle arbitrary drawables in that way.
    
| Before | After |
|--------|--------|
| <img width="355" height="109" alt="image"
src="https://github.com/user-attachments/assets/8c7b1c4b-b467-4a60-83c3-07a7bdca0de8"
/> | <img width="356" height="115" alt="image"
src="https://github.com/user-attachments/assets/e90e8ae5-24f3-4672-8e05-1a092b1d8a7b"
/> |
1faf022821 · 2026-06-07 15:40:42 +09:00
History
..
2026-03-19 00:05:52 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00
2025-10-29 11:51:31 +01:00
2023-06-24 01:00:03 +09:00
2025-04-11 20:13:53 +09:00
2023-06-24 01:00:03 +09:00
2024-07-03 00:19:04 +09:00