diff options
-rw-r--r-- | src/SetPointPage.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml index 624e48d..4d93c93 100644 --- a/src/SetPointPage.qml +++ b/src/SetPointPage.qml @@ -57,8 +57,9 @@ Item { } ListView { id: iconSelectorView - width: parent.width + width: root.width height: root.height*0.2 + anchors.horizontalCenter: parent.horizontalCenter orientation: ListView.Horizontal model: iconModel delegate: Asteroid.IconButton { |