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

Avoid dealignment of report when longer addresses are received #63

Closed
GyulyVGC opened this issue Feb 8, 2023 · 0 comments · Fixed by #442
Closed

Avoid dealignment of report when longer addresses are received #63

GyulyVGC opened this issue Feb 8, 2023 · 0 comments · Fixed by #442
Labels
bug Something isn't working enhancement New feature, request, or improvement
Milestone

Comments

@GyulyVGC
Copy link
Owner

GyulyVGC commented Feb 8, 2023

Currently, when addresses longer than 25 characters are received, the report row will look like this:

Screenshot 2023-02-08 at 08 35 38

causing a dealignment of its text fields.

I was not able to reproduce this case on my PC and I think it's not a so common case, but it was first documented in issue #48.

I partially solved that issue introducing a horizontal scrollbar, as you can see from the picture, but I'd like to find a better solution for the long term.

The best solution would be to use a table widget, but iced doesn't support it yet.

@GyulyVGC GyulyVGC added bug Something isn't working enhancement New feature, request, or improvement labels Feb 8, 2023
@GyulyVGC GyulyVGC added this to the v1.2.0 milestone Mar 5, 2023
@GyulyVGC GyulyVGC modified the milestones: v1.2.0, v1.3.0 May 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature, request, or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant