summaryrefslogtreecommitdiff
path: root/packages/libqpe/libqpe-opie/fix-titleheight.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/libqpe/libqpe-opie/fix-titleheight.patch')
-rw-r--r--packages/libqpe/libqpe-opie/fix-titleheight.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/libqpe/libqpe-opie/fix-titleheight.patch b/packages/libqpe/libqpe-opie/fix-titleheight.patch
deleted file mode 100644
index da8d91e32a..0000000000
--- a/packages/libqpe/libqpe-opie/fix-titleheight.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- library/qpedecoration_qws.cpp~fix-titleheight
-+++ library/qpedecoration_qws.cpp
-@@ -326,9 +326,9 @@
- switch ( m ) {
- case TitleHeight:
- if ( QApplication::desktop()->height() > 320 )
-- return 19;
-+ return 28;
- else
-- return 15;
-+ return 14;
- case LeftBorder:
- case RightBorder:
- case TopBorder: