Version: (using KDE 4.3.0) All the KDE "About" dialogs seem to be a few pixels too narrow. This cuts off a few pixels on the end of the link to the GPL.
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