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

Labels in vault options get cut off #1218

Closed
overheadhunter opened this issue May 20, 2020 · 2 comments
Closed

Labels in vault options get cut off #1218

overheadhunter opened this issue May 20, 2020 · 2 comments
Assignees
Labels
misc:gui type:minor-bug Something minor isn't working
Milestone

Comments

@overheadhunter
Copy link
Member

overheadhunter commented May 20, 2020

Description

German (and possibly other) localization requires too much space and gets cut off.

System Setup

  • Operating system and version: N/A
  • Cryptomator version: 1.5.4
  • Drive: N/A

Steps to Reproduce

  1. set user language to German (-Duser.language=de flag)
  2. open vault options of any vault
  3. click on password tab

Expected Behavior

I expect to be able to read all labels.

Actual Behavior

Strings are too long to fit onto certain buttons, see attached screenshots.

Reproducibility

Always

Additional Information

dialog-de
dialog-en

@overheadhunter overheadhunter added type:minor-bug Something minor isn't working misc:gui labels May 20, 2020
@overheadhunter overheadhunter added this to the 1.5.5 milestone May 20, 2020
@overheadhunter
Copy link
Member Author

Since there is sufficient space in vertical direction, I think it is easiest to just stack all four buttons in this screen inside the VBox.

Maybe a ButtonBar can also help to make each set of two buttons stretch to the same size.

@BeyerMart
Copy link
Contributor

A ButtonBar is essentially a HBox,...

So I could not choose a ButtonBar and opted for setting the width of each Button to infinity.

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

No branches or pull requests

2 participants