Bug 438952 - Text at the bottom of Welcome Screen is using a different font than Krita's default UI font
Summary: Text at the bottom of Welcome Screen is using a different font than Krita's d...
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Usability (show other bugs)
Version: nightly build (please specify the git hash!)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Alvin Wong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-20 15:27 UTC by Tyson Tan
Modified: 2021-06-26 02:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Text at the bottom of Welcome Screen does not respect user Customized UI Font (314.56 KB, image/png)
2021-06-20 15:27 UTC, Tyson Tan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tyson Tan 2021-06-20 15:27:16 UTC
Created attachment 139546 [details]
Text at the bottom of Welcome Screen does not respect user Customized UI Font

Krita 5.0 added 2 lines of texts at the bottom of the Welcome Screen. Currently, the text does not respect user Customized UI font in Configure Krita -> General -> Window.

In the screenshot, all other UI elements are using the font "Microsoft Yahei", while those 2 lines of text still using the font "SimSun".

It'd be nice if we can make them more consistent throughout Krita's UI.
Comment 1 Tyson Tan 2021-06-24 03:16:48 UTC
After bug 432882 is fixed, these 2 lines are still using the old fonts. It seems to me that these 2 lines of text are not even using Krita's default UI font, but their own ones.
Comment 2 Bug Janitor Service 2021-06-24 10:23:19 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/928
Comment 3 Dmitry Kazakov 2021-06-25 10:15:49 UTC
Git commit 23fcaa8c3f050cc6f6fe8f95b1d8cdfb0f204fca by Dmitry Kazakov, on behalf of Alvin Wong.
Committed on 25/06/2021 at 10:13.
Pushed by dkazakov into branch 'master'.

Remove hard-coded font in welcome widget support text

M  +13   -0    libs/ui/KisWelcomePageWidget.cpp
M  +1    -0    libs/ui/KisWelcomePageWidget.h
M  +2    -2    libs/ui/forms/KisWelcomePage.ui

https://invent.kde.org/graphics/krita/commit/23fcaa8c3f050cc6f6fe8f95b1d8cdfb0f204fca
Comment 4 Tyson Tan 2021-06-26 02:03:31 UTC
Thanks guys! :D