Index: sources/gui/qml/compounds/TouchGrid.qml =================================================================== diff -u -ra9b3b248a786b93bf6dfd8c29946d708d18dde9a -r6a06de0b01e39939cc4f6c541da88cb0c8cd2a1b --- sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision a9b3b248a786b93bf6dfd8c29946d708d18dde9a) +++ sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision 6a06de0b01e39939cc4f6c541da88cb0c8cd2a1b) @@ -90,7 +90,7 @@ columns : _root.colCount rows : _root.rowCount rowSpacing : 25 - columnSpacing : itemsVisibleCount > rowCount ? 100 : 0 + columnSpacing : itemsVisibleCount > rowCount ? 50 : 0 Repeater { model : _root.itemsText TouchRect { id: _touchItem