[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/icons
From:       Waldo Bastian <bastian () kde ! org>
Date:       2005-02-26 14:44:09
Message-ID: 20050226144409.E189010B25 () office ! kde ! org
[Download RAW message or body]

CVS commit by waba: 

Get rid of horizontal scrollbar


  M +1 -0      iconthemes.cpp   1.54
  M +2 -2      iconthemes.h   1.8


--- kdebase/kcontrol/icons/iconthemes.cpp  #1.53:1.54
@@ -82,4 +82,5 @@ IconThemesConfig::IconThemesConfig(QWidg
   m_iconThemes->addColumn(i18n("Description"));
   m_iconThemes->setAllColumnsShowFocus( true );
+  m_iconThemes->setFullWidth(true);
   connect(m_iconThemes,SIGNAL(selectionChanged(QListViewItem *)),
                 SLOT(themeSelected(QListViewItem *)));

--- kdebase/kcontrol/icons/iconthemes.h  #1.7:1.8
@@ -22,5 +22,5 @@
 #include <kcmodule.h>
 #include <qmap.h>
-#include <qlistview.h>
+#include <klistview.h>
 
 class QPushButton;
@@ -58,5 +58,5 @@ private:
   QListViewItem *iconThemeItem(const QString &name);
 
-  QListView *m_iconThemes;
+  KListView *m_iconThemes;
   QPushButton *m_removeButton;
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic