| Summary: | Misplaced text on splash screen | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Heiko Tietze <heiko.tietze> |
| Component: | UI | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mikekaganski |
| Priority: | medium | ||
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 130778 | ||
| Attachments: | Today's splash screen | ||
|
Description
Heiko Tietze
2020-05-14 06:28:06 UTC
Not a surprise that Linux has no text in splash screen
unxsplash.cxx:
void SAL_CALL UnxSplashScreen::setText( const OUString& /*aText*/ )
{
// TODO?
}
Please check the nightly builds. Not sure if the value is okay. Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a165bb8565539e2d0533362a99236829c23e9be8 Resolves tdf#133024 - Position of text in splash screen It will be available in 7.0.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. Created attachment 160845 [details] Today's splash screen (In reply to Heiko Tietze from comment #2) > Please check the nightly builds. Not sure if the value is okay. Almost there. I suppose that moving it down to the same amount would be okay. Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/692efa7bdaf8d143602f23520c230202f2bafdf7 Resolves tdf#133024 - Position of text in splash screen It will be available in 7.0.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. Seems to be fixed now. |