A separator is required above the preview widget too for widgets with a lot of empty space. I played around with QFrame too, but this looks to busy...

svn path=/trunk/KDE/kdebase/apps/; revision=788845
This commit is contained in:
Peter Penz 2008-03-22 17:21:44 +00:00
parent fbe257768c
commit 4d1a74b745

View file

@ -122,6 +122,7 @@ InfoSidebarPage::InfoSidebarPage(QWidget* parent) :
m_metaTextLabel->setMinimumWidth(spacing);
layout->addWidget(m_nameLabel);
layout->addWidget(new InfoSeparator(this));
layout->addWidget(m_preview);
layout->addWidget(new InfoSeparator(this));
if (m_metaDataWidget != 0) {