SVN_SILENT: ws tightening

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=828242
This commit is contained in:
Aaron J. Seigo 2008-07-05 05:20:40 +00:00
parent 0d9ab9ab38
commit 1e35b37d5c

View File

@ -439,9 +439,7 @@ void PanelSvgPrivate::generateBackground(PanelData *panel)
} }
} else { } else {
if (contentHeight > 0 && contentWidth > 0) { if (contentHeight > 0 && contentWidth > 0) {
q->resize(scaledContentSize); q->resize(scaledContentSize);
q->paint(&p, QRect(panel->leftWidth, panel->topHeight, q->paint(&p, QRect(panel->leftWidth, panel->topHeight,
contentWidth, contentHeight), contentWidth, contentHeight),
prefix + "center"); prefix + "center");