]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libqpe/libqpe-opie/fix-titleheight.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libqpe / libqpe-opie / fix-titleheight.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- library/qpedecoration_qws.cpp~fix-titleheight
7 +++ library/qpedecoration_qws.cpp
8 @@ -326,9 +326,9 @@
9      switch ( m ) {
10         case TitleHeight:
11             if ( QApplication::desktop()->height() > 320 )
12 -               return 19;
13 +               return 28;
14             else
15 -               return 15;
16 +               return 14;
17         case LeftBorder:
18         case RightBorder:
19         case TopBorder: