Bug 234838 - Layout - textlabels of items in left column are not properly aligned
Summary: Layout - textlabels of items in left column are not properly aligned
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Unspecified
: NOR normal
Target Milestone: ---
Assignee: System Settings Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 21:58 UTC by Elias Probst
Modified: 2010-04-20 05:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot showing the layout issue. (91.42 KB, image/png)
2010-04-19 21:59 UTC, Elias Probst
Details

Note You need to log in before you can comment on or make changes to this bug.
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!