From kde-commits Tue Dec 28 09:01:29 2010 From: Tobias Koenig Date: Tue, 28 Dec 2010 09:01:29 +0000 To: kde-commits Subject: KDE/kdepimlibs/akonadi Message-Id: <20101228090129.F01E7AC8AD () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129352693821175 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 {