You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
the HintText and the validation message has more padding to the widget it belongs to, rather than to the next widget. I think this is visually confusing, since the hint is meant for the preceding widget.
a fix would be to reduce the top padding and/or increase the bottom padding of hints/validation messages.
How to reproduce
open fyne demo
Screenshots
Example code
fyne demo
Fyne version
2.3.5
Go compiler version
1.20.6
Operating system and version
macOS 13.5
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the bug
the
HintText
and the validation message has more padding to the widget it belongs to, rather than to the next widget. I think this is visually confusing, since the hint is meant for the preceding widget.a fix would be to reduce the top padding and/or increase the bottom padding of hints/validation messages.
How to reproduce
open fyne demo
Screenshots
Example code
fyne demo
Fyne version
2.3.5
Go compiler version
1.20.6
Operating system and version
macOS 13.5
Additional Information
No response
The text was updated successfully, but these errors were encountered: