musescore / musescore/MuseScore
Various text clipping issues
@cbjeukendrup is already working on this.
Since Feb 6, 2023.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Describe the bug
Due to localisation and other reasons, various texts require more space than anticipated, causing clipping and other problems.
Let's collect these problems in this issue.
-
MuseScore 3.6 migration dialog with Dutch (Nederlands) localisation ("MuseScore 3.…") and apparently others too: #20279

-
#15411
-
#15395
-
#15572
-
#15537
-
Cloud upload success dialog in German: https://musescore.org/en/node/342293 (fixed in #16302 for 4.0.2)

-
Workspace dialog in Czech (fixed in #16302 for 4.0.2)

-
Barline inspector in Dutch (fixed in #16302 for 4.0.2)

-
The playback toolbar when the piece has more than 100 bars
-
Preferences > "Reset Preferences" with German localisation

(General problem: we must never give a text button a fixed width; if we want the default width of the button to be bigger, we can use themarginsorminWidthproperties. But never setwidthdirectly.)
Note:
Please add any other text clipping problems that you find as comments to this issue!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.