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

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/standardoutputview
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-06-25 23:03:36
Message-ID: 1214435016.014092.23292.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 824497 by apaku:

Remove uniform item sizes as its causing the listview to not show scrollbars.


 M  +2 -1      outputwidget.cpp  


--- trunk/KDE/kdevplatform/plugins/standardoutputview/outputwidget.cpp #824496:824497
@@ -277,7 +277,8 @@
             listview = new QListView(this);
             listview->setEditTriggers( QAbstractItemView::NoEditTriggers );
             listview->setViewMode( QListView::ListMode );
-            listview->setUniformItemSizes( true );
+            listview->setMovement( QListView::Static );
+            listview->setResizeMode( QListView::Fixed );
             views[id] = listview;
             connect( listview, SIGNAL(activated(const QModelIndex&)),
                      this, SLOT(activate(const QModelIndex&)));
[prev in list] [next in list] [prev in thread] [next in thread] 

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