From e59aab334066561d9193410414a6c43f4c90eabd Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Wed, 18 Jan 2023 23:19:25 +0000 Subject: settingspage: fix clipping of license text --- src/SettingsPage.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/SettingsPage.qml b/src/SettingsPage.qml index 920dc0a..763f9b1 100644 --- a/src/SettingsPage.qml +++ b/src/SettingsPage.qml @@ -44,13 +44,12 @@ Item { width: parent.width - parent.height Label { text: "Map Data © OpenStreetMap contributors" - height: parent.height*0.5 width: parent.width font.pixelSize: root.width*0.05 + wrapMode: Text.Wrap } Label { text: "under the ODbL" - height: parent.height*0.5 width: parent.width font.pixelSize: root.width*0.05 } -- cgit v1.2.3-54-g00ecf