From a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 09 Dec 2003 19:32:42 +0000 Subject: delete patches with bogus names --- (limited to 'qt/qte234-for-opie091-listview.patch') diff --git a/qt/qte234-for-opie091-listview.patch b/qt/qte234-for-opie091-listview.patch deleted file mode 100644 index f3c541b..0000000 --- a/qt/qte234-for-opie091-listview.patch +++ b/dev/null @@ -1,15 +0,0 @@ ---- src/widgets/qlistview.cpp.orig 2002-11-23 23:31:19.000000000 +0100 -+++ src/widgets/qlistview.cpp 2002-11-24 00:08:51.000000000 +0100 -@@ -4968,9 +4968,9 @@ - l = l->childItem ? l->childItem : l->siblingItem; - - if ( l && l->height() ) -- s.setHeight( s.height() + 10 * l->height() ); -- else -- s.setHeight( s.height() + 140 ); -+ s.setHeight( s.height() + 4 /*10*/ * l->height() ); -+ else // ^v much too big for handhelds -+ s.setHeight( s.height() + 30 /*140*/ ); - - if ( s.width() > s.height() * 3 ) - s.setHeight( s.width() / 3 ); -- cgit v0.9.0.2