| Summary: | UI: Typeface and style names are not fully readable in GTK3 | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Toms <ttomst> |
| Component: | UI | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | heiko.tietze, thomas.lendo, xiscofauli |
| Priority: | medium | ||
| Version: | 6.3.1.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.2.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108346, 113438 | ||
|
Description
Toms
2019-09-06 11:45:40 UTC
well, it's not only happening in gtk3... it also happens with long names like 'Latin Modern Mono'. UX Team, any way this can be improved ? Well, if would help if by default GNOME didn’t set its typeface to a ridiculous size of 12 (!) and Adwaita didn’t have so much of its excessive padding. This issue has nothing to do with GTK 2 vs. 3. What we can do is ensure that the final part of the string is scrolled into view, so that its beginning is truncated instead of its end. Truncating the beginning instead of the end of the string is not an option, in my opinion, as it could create even more confusion Can't we have the field a bit wider (as it is in the side panel already)? At least in those interfaces where it is possible... Or have a 'wide' and 'normal' length of the field option selectable in the toolbar settings. (In reply to Toms from comment #3) > Can't we have the field a bit wider... How much? Approximately the size of one toolbar button seems to be okay to me. Yes, I agree. It seems fine if wider approximately by the size of one toolbar button. So let's do it. Patch at https://gerrit.libreoffice.org/c/core/+/115234 making font name dropdown +5 chars, style name +3. Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8fa4371664108560dda438be8fc997d9cfe4bb6e Resolves tdf#127406 - Font name and style name not readable It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |