diff options
Diffstat (limited to 'recipes/libqpe/libqpe-opie/fix-titleheight.patch')
-rw-r--r-- | recipes/libqpe/libqpe-opie/fix-titleheight.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/libqpe/libqpe-opie/fix-titleheight.patch b/recipes/libqpe/libqpe-opie/fix-titleheight.patch new file mode 100644 index 0000000000..da8d91e32a --- /dev/null +++ b/recipes/libqpe/libqpe-opie/fix-titleheight.patch @@ -0,0 +1,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: |