Score Migration Dialog height issue
Reported version
3.x-dev
Priority
P1 - High
Type
Graphical (UI)
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
The Dutch text to inform the user in the Score Migration Dialog that layout changes migth occur when applying the new style needs two lines. Because of this the height of the dailog is just not enough to display all information correct when migration a v2 score (as this contains an extra option to select).
v3 migration dialog in Dutch (still displays correct):
v2 migration dialog in Dutch (minor issue for display of the buttons):
Fix version
3.6.0
Comments
See also https://trello.com/c/9kfSnMRa/83-minimum-size-of-migration-dialog-is-ha… and The code at mscore/migration/scoremigrationdialog.cpp line 8-9
Not just when using translated text; it's the same for US English. Worse, actually - you can't see the button at all in some cases.
Seems to me we shouldn't be resorting to manual dimensions for dialogs. Qt is surely smart enough to auto size them?
There too are 2 line breaks. These don't happen on my PC with the original English text though. Might be a matter of screen size, DPI, on top of the issue with translations that need longer strings?
Should be fixed by 8a16b0e8bb
In reply to Should be fixed by 8a16b0e8bb by Jojo-Schmitz
Thanks, working fine now for Dutch.
And for German too. Even with 1.x scores, although then the buttons look a bit squeezed to the bottom.
I'd prefer though to increase the dialogs width rather than the height
In reply to And for German too. Even… by Jojo-Schmitz
I agree with that, it would be nice if the line at the top would always be a single line.....not sure how feasible that is though with all languages and custom fonts/dpi settings/etc.
Automatically closed -- issue fixed for 2 weeks with no activity.