Cosmetic Bug Report: mistake in UI box width calculation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The width of pop-up help-text boxes is computed from the number of characters in the tip, disregarding newlines. This is sub-optimal - an easy fix would be to compute the width upto the first newline (if any) or the end.
e.g. This tip text (note the \n):-
'(Optional, Recommended) Pick a point or \nline to locate where to insert your foil.'
Creates a nice hint like this:-
But horrible full-help owing to the width-calc bug:-
However, changing the tip to something short: 'Pick a point or to locate foil.'
Results in the bug not causing a problem, and a nice tidy help popup:-
Many thanks if you can fix that one for us 🙂