Summary: | with bigger font size the menus are a mess | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matias.liberta |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Bug in Menus with Oxygen and 20px font size.
Bug in Menus with Plastique and 20px font size. |
Description
Maciej Pilichowski
2008-06-10 16:52:42 UTC
Try to change style, eg Plastique, and see whether the problems are still there. Visually it is not the same (*), but the problem still exists. (*) the shortcuts for example do not overlap, they are out of the menu completely. Created attachment 29648 [details]
Bug in Menus with Oxygen and 20px font size.
Here using:
Qt: 4.4.3 + qt-copy-patches-889120
KDE: 4.1.86 (KDE 4.1.86 (KDE 4.2 >= 20081221))
kdelibs svn rev. 901624 / kdebase svn rev. 901624
on ArchLinux x86_64 - Kernel 2.6.27.10
Created attachment 29649 [details]
Bug in Menus with Plastique and 20px font size.
*** Bug 190711 has been marked as a duplicate of this bug. *** SVN commit 959736 by cfeck: Fix broken menu layout with large menu fonts The AccelSpace was not set to a sane value, this was the reason for the believed metrics error. Also use the contents width to determine text width, since the font in the miOpt will not be font used for the item. BUG: 163713 M +3 -9 kstyle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=959736 SVN commit 959737 by cfeck: Fix broken menu layout with large menu fonts (backport r959736) Will be in 4.2.3 CCBUG: 163713 M +3 -9 kstyle.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=959737 |