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

Limit width of element_title and element_details #4

Open
1 of 3 tasks
jancborchardt opened this issue Apr 6, 2018 · 0 comments
Open
1 of 3 tasks

Limit width of element_title and element_details #4

jancborchardt opened this issue Apr 6, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jancborchardt
Copy link
Member

Currently when there are long file names or directories, the window will become wider. As a result the Keep/Sweep buttons move and that’s quite annoying.

Steps to fix this:

  • Limit the container width
  • Ellipsize from a certain width (some searching revealed that this might only be possible to limit by number of characters)
  • Middle-ellipsize the text (possible in Kivy at least)
@jancborchardt jancborchardt added enhancement New feature or request good first issue Good for newcomers labels Apr 6, 2018
jancborchardt added a commit that referenced this issue Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant