Summary: | Text in KDE Help->About dialogs is cut off by a few pixels | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | Alan Jenkins <alan.christopher.jenkins> |
Component: | style | Assignee: | Camilla Boemann <cbo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hugo.pereira.da.costa |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Screenshot of four affected dialogues
konqueror kaboutdialog. Left: before, wrong. Right: after, correct |
Description
Alan Jenkins
2009-08-25 16:13:40 UTC
Created attachment 36437 [details]
Screenshot of four affected dialogues
I can only reproduce with Oxygen. The KDE version texts need to be short, as in the screen shot, so you will probably not be able to reproduce with trunk. Fixed in trunk (that was a missing "case" statement in OxygenStyle::subElementRect). See screenshot. r1038325 runtime/trunk/KDE/kdebase/runtime/kstyles/oxygen/oxygen.cpp Created attachment 37697 [details]
konqueror kaboutdialog. Left: before, wrong. Right: after, correct
SVN commit 1038638 by hpereiradacosta: More fixing on tabwidget contents and tabbar layout. Fixes conflict between r1038325 and r1037814 (and layout for konqueror, konversation, etc.) CCBUG: 205094 CCBUG: 193893 M +12 -2 oxygen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1038638 Argh. Had to un-fix this bug, to fix a more serious one. Re-open this one untill re-fixed. SVN commit 1055813 by hpereiradacosta: Fixed (for good) layouts in tabwidgets. Notably make sure that long labels do not get cut (such as in About dialogs), when using default margin and minimum size. The issue is apparently in kstyle. Fixed if using QCommonStyle::subElementRect for SE_TabWidgetTabContents. BUG: 205094 M +7 -0 oxygen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1055813 SVN commit 1056351 by hpereiradacosta: another attempt at fixing bug 205094. Reimplemented kstyle::sizeFromContents( CT_TabWidget ), to fall back on default tab orientation (horizontal) when option cannot be casted. BUG: 205094 M +13 -0 oxygen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1056351 |