SVN commit 1209843 by tokoe: Decrease the size of the QML area to make it fit on the display of mobile devices. CCBUG: 261006 M +2 -2 CollectionDialogMobile.qml --- trunk/KDE/kdepimlibs/akonadi/CollectionDialogMobile.qml #1209842:1209843 @@ -2,8 +2,8 @@ import org.kde.pim.mobileui 4.5 as KPIM QML.Rectangle { - width : 800 - height : 480 + width : 780 + height : 460 color : "#00000000" QML.Text {