Bug 234838

Summary: Layout - textlabels of items in left column are not properly aligned
Product: [Applications] systemsettings Reporter: Elias Probst <mail>
Component: generalAssignee: System Settings Bugs <sourtooth+ssbugs>
Status: RESOLVED FIXED    
Severity: normal CC: schwarzer
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: Screenshot showing the layout issue.

Description Elias Probst 2010-04-19 21:58:53 UTC
Version:            (using KDE 4.4.2)
Installed from:    Gentoo Packages

This is just a minor cosmetical issue.
The textlabel of the items in the left column of systemsettings aren't properly aligned.
They should be centered, but it seems like they share a common right border.

See the attached screenshot for an example and take a look of the alignment of "Programmstartanzeige".
Comment 1 Elias Probst 2010-04-19 21:59:23 UTC
Created attachment 42904 [details]
Screenshot showing the layout issue.
Comment 2 Christoph Feck 2010-04-20 04:17:10 UTC
SVN commit 1116668 by cfeck:

Always use maxWidth for the text width

BUG: 234838


 M  +3 -2      kpageview_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1116668
Comment 3 Christoph Feck 2010-04-20 04:18:20 UTC
SVN commit 1116669 by cfeck:

Always use maxWidth for the text width (backport r1116668)

CCBUG: 234838


 M  +3 -2      kpageview_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1116669
Comment 4 Elias Probst 2010-04-20 05:19:45 UTC
Thank you for fixing + backporting it that fast!