Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form hint text has confusing padding to next widget #4137

Closed
2 tasks done
pseidemann opened this issue Aug 5, 2023 · 2 comments
Closed
2 tasks done

form hint text has confusing padding to next widget #4137

pseidemann opened this issue Aug 5, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@pseidemann
Copy link

Checklist

  • 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

Screenshot 2023-08-05 at 18 34 37

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

@pseidemann pseidemann added the unverified A bug that has been reported but not verified label Aug 5, 2023
@andydotxyz
Copy link
Member

Good point. It maybe got messed up in our split of inner and outer padding.

andydotxyz added a commit to andydotxyz/fyne that referenced this issue Aug 10, 2023
@andydotxyz andydotxyz added bug Something isn't working and removed unverified A bug that has been reported but not verified labels Aug 12, 2023
@andydotxyz
Copy link
Member

Fixed on develop for v2.4.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants