From: Peter Penz Date: Sat, 22 Mar 2008 17:21:44 +0000 (+0000) Subject: A separator is required above the preview widget too for widgets with a lot of empty... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4d1a74b7459e7ede2d20e8d6ea3e4555e36b90a9 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 --- diff --git a/src/infosidebarpage.cpp b/src/infosidebarpage.cpp index 38f832a2d..11b0e9515 100644 --- a/src/infosidebarpage.cpp +++ b/src/infosidebarpage.cpp @@ -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) {