Summary: | Invalid font size in notes widgets and dialogs | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Yakov <yakov.shereshevsky> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, sebas |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | invalid font size |
Description
Yakov
2009-07-30 11:22:08 UTC
Created attachment 35731 [details]
invalid font size
screenshot
To customize the font size you have to right click in the borders of the note and select "Notes Settings" or just select the toolbox icon that appears in the black bar at one of the sides when you move the mouse near the Notes widget (with the Plasma widgets unlocked). I can confirm that the same font size is also used in the Find dialog as example (~some days old 4.4trunk) To fix the last issue I have uploaded a patch to http://reviewboard.kde.org/r/1191/ You can also change the font size with ctrl+mousewheel :) SVN commit 1005285 by darioandres: Use CSS for global formatting to avoid affecting children QFont. Review by Sebastian Kügler BUG: 201982 M +7 -2 notes.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1005285 SVN commit 1005287 by darioandres: Backport to 4.3: SVN commit 1005285 by darioandres: Use CSS for global formatting to avoid affecting children QFont. Review by Sebas CCBUG: 201982 M +7 -2 notes.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1005287 ok, the font size can be customized. But i wonder why is default behaviour is scaling font instead of keep fixed size? I think the dafault option must be keep fixed font size, because in most cases you change the size of notes widget to make more text fit in the widget When I need more text displayed in the widget, I usually change the font size, it's easy enough to do so, and in combination with the sizing powerful enough. You can easily switch to "don't scale automatically" in the config dialogue of course. |