summaryrefslogtreecommitdiff
path: root/qt/qte234-for-opie091-listview.patch
authormickeyl <mickeyl>2003-12-09 19:32:42 (UTC)
committer mickeyl <mickeyl>2003-12-09 19:32:42 (UTC)
commita22a4b5cbec7a12ae247c3e5edf8c51eb121ba49 (patch) (unidiff)
tree303b54ca648c8a82cc018212fd7297981e92be74 /qt/qte234-for-opie091-listview.patch
parent04d6caa37743a1957b9ffa061a58a71a3909ea3d (diff)
downloadopie-a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49.zip
opie-a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49.tar.gz
opie-a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49.tar.bz2
delete patches with bogus names
Diffstat (limited to 'qt/qte234-for-opie091-listview.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte234-for-opie091-listview.patch15
1 files changed, 0 insertions, 15 deletions
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 @@
1 --- src/widgets/qlistview.cpp.orig2002-11-23 23:31:19.000000000 +0100
2 +++ src/widgets/qlistview.cpp2002-11-24 00:08:51.000000000 +0100
3@@ -4968,9 +4968,9 @@
4 l = l->childItem ? l->childItem : l->siblingItem;
5
6 if ( l && l->height() )
7 -s.setHeight( s.height() + 10 * l->height() );
8- else
9 -s.setHeight( s.height() + 140 );
10 +s.setHeight( s.height() + 4 /*10*/ * l->height() );
11+ else // ^v much too big for handhelds
12 +s.setHeight( s.height() + 30 /*140*/ );
13
14 if ( s.width() > s.height() * 3 )
15 s.setHeight( s.width() / 3 );