Skip to content
Snippets Groups Projects
Commit 51af29fb authored by Andy's avatar Andy
Browse files

Fix runtime qml error

parent 065b84a0
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment