Index: sources/gui/qml/pages/settings/SettingsHome.qml =================================================================== diff -u -r26433c42f2efa2cb18af95f523581c7eeeff049d -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) +++ sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -42,7 +42,9 @@ onItemClicked : _root.itemClicked(vIndex) rowCount : _root.rowCount colCount : _root.colCount - itemWidth : 325 + colSpacing : 100 + itemWidth : 500 + itemHeight : 70 } // Test Codes