]> cloud.milkyroute.net Git - dolphin.git/commitdiff
On the Information panel the further information such as "Date", "Size", "Type" was...
authorRafael Fernández López <ereslibre@kde.org>
Wed, 17 Oct 2007 22:16:31 +0000 (22:16 +0000)
committerRafael Fernández López <ereslibre@kde.org>
Wed, 17 Oct 2007 22:16:31 +0000 (22:16 +0000)
information to be hidden or cut off, and so this is always shown.

Albert: I also solved the previous bug you reported (places view not showing selected items at the first click) on a different commit

CCMAIL: peter.penz@gmx.at
CCMAIL: aacid@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=726522

src/infosidebarpage.cpp

index b2705ec7f12dcb20c087c6820dd1c539a3f3260a..e1bf12702f25010a3da16d9b2b6f12234f757634 100644 (file)
@@ -77,8 +77,9 @@ InfoSidebarPage::InfoSidebarPage(QWidget* parent) :
 
     // general information
     m_infoLabel = new QLabel(this);
-    m_infoLabel->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
+    m_infoLabel->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
     m_infoLabel->setTextFormat(Qt::RichText);
+    m_infoLabel->setWordWrap(true);
 
     if (MetaDataWidget::metaDataAvailable()) {
         m_metadataWidget = new MetaDataWidget(this);