-
Notifications
You must be signed in to change notification settings - Fork 816
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
Fix add account window text clipping, enlarge text #4910
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4910 +/- ##
==========================================
- Coverage 57.21% 57.17% -0.05%
==========================================
Files 138 138
Lines 17136 17136
==========================================
- Hits 9805 9798 -7
- Misses 7331 7338 +7
|
ca01a2c
to
ca1a34c
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
ca1a34c
to
6619805
Compare
AppImage file: nextcloud-PR-4910-66198055d31946158efeef9b564ab13e790af0ac-x86_64.AppImage |
SonarCloud Quality Gate failed. |
/backport to stable-3.6 |
The enlargement of the text partially addresses #4896
Fixing the text layouting should make it easier for translators to change the text without the text view being broken. It also lets us use larger lettering without having to be careful not to break the text view
Screen.Recording.2022-09-07.at.16.48.04.mov
Below is master:
Screen.Recording.2022-09-07.at.16.53.41.mov
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com