Index: sources/gui/qml/pages/settings/SettingsInformation.qml =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/settings/SettingsInformation.qml (.../SettingsInformation.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/gui/qml/pages/settings/SettingsInformation.qml (.../SettingsInformation.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -33,15 +33,15 @@ TouchGrid { anchors.top : parent.top - anchors.topMargin : 50 + anchors.topMargin : 170 anchors.horizontalCenter: parent.horizontalCenter colCount : 2 - colSpacing : 50 + colSpacing : 100 rowCount : 12 // this number indicates when to move to the next column rowSpacing : 0 - itemHeight : 50 - itemWidth : 575 + itemHeight : 70 + itemWidth : 700 touchable : false itemsHasLine: [ 0, // title C1