From 51af29fbb1cdd8967314e48c679b6c12d015c3bc Mon Sep 17 00:00:00 2001
From: Andy <xandyx@riseup.net>
Date: Mon, 27 Mar 2023 19:06:00 +0200
Subject: [PATCH] Fix runtime qml error

---
 ui/LocationPage.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/LocationPage.qml b/ui/LocationPage.qml
index 208bf24..6688246 100644
--- a/ui/LocationPage.qml
+++ b/ui/LocationPage.qml
@@ -101,7 +101,7 @@ Item {
                 displayText: App.cityDisplayName(App.city.id)
                 delegate: ItemDelegate {
                     text: modelData.displayName
-                    width: parent.width
+                    width: cities.width
                     font.capitalization: Font.Capitalize
                 }
 
-- 
GitLab