aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Noldor2008-05-04 18:36:30 +0000
committerGravatar Noldor2008-05-04 18:36:30 +0000
commit95fd6f11df1194c3be501ab9a5fff94969a712cd (patch)
treee747abda9fa8d1a184040758ce66c136fa4536a7 /src/modules
parentmore addon dialog QT4 port (wip) (diff)
downloadKVIrc-95fd6f11df1194c3be501ab9a5fff94969a712cd.tar.gz
KVIrc-95fd6f11df1194c3be501ab9a5fff94969a712cd.tar.bz2
KVIrc-95fd6f11df1194c3be501ab9a5fff94969a712cd.zip
code cleanup
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1674 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/addon/managementdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/addon/managementdialog.cpp b/src/modules/addon/managementdialog.cpp
index a8399c6e1..455f64927 100644
--- a/src/modules/addon/managementdialog.cpp
+++ b/src/modules/addon/managementdialog.cpp
@@ -153,8 +153,6 @@ KviScriptAddonListView::KviScriptAddonListView(QWidget * pParent)
if(p)setBackgroundOverlayPixmap(p,Qt::AlignRight | Qt::AlignBottom);
*/
setSelectionMode(QAbstractItemView::SingleSelection);
- int iWidth = width();
- if(iWidth < LVI_MINIMUM_CELL_WIDTH)iWidth = LVI_MINIMUM_CELL_WIDTH;
setSortingEnabled(true);
}