aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/libqpe/libqpe-opie/fix-titleheight.patch
blob: da8d91e32a5cd5066d51d9116d15be9852b29dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# 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: