]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Allow having a smaller text width for the icons view (Text size: "Small"), so that...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 5 Nov 2008 19:37:51 +0000 (19:37 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 5 Nov 2008 19:37:51 +0000 (19:37 +0000)
CCBUG: 174342

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

src/iconsviewsettingspage.cpp
src/iconsviewsettingspage.h

index 23fbd7e75b07516a9cf2a2e5ba34521e4f93048d..5423095ad49dd43d5e6fd6a5701eff19f9aed95b 100644 (file)
@@ -91,6 +91,7 @@ IconsViewSettingsPage::IconsViewSettingsPage(QWidget* parent) :
     m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Small"));
     m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Medium"));
     m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Large"));
+    m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Huge"));
     connect(m_textWidthBox, SIGNAL(activated(int)), this, SIGNAL(changed()));
 
     QGridLayout* textGroupLayout = new QGridLayout(textGroup);
index 07446aa7440b87b4c932d149255e8ad4c63269f2..a24cc95914cbea1471da1ba079ae50ae4cd45999 100644 (file)
@@ -72,7 +72,7 @@ private:
         GridSpacingInc  =  12,
         LeftToRightBase = 128,
         LeftToRightInc  =  64,
-        TopToBottomBase =  64,
+        TopToBottomBase =  32,
         TopToBottomInc  =  32
     };