From beed9bebce5245644f7cc0a3246d4f1475319e5e Mon Sep 17 00:00:00 2001 From: Angela Mazzurco Date: Wed, 2 Aug 2017 15:16:15 +0200 Subject: [PATCH] Set bigger row height --- retroshare-qml-app/src/Locations.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-qml-app/src/Locations.qml b/retroshare-qml-app/src/Locations.qml index ed24de4fe..f7ea51c84 100644 --- a/retroshare-qml-app/src/Locations.qml +++ b/retroshare-qml-app/src/Locations.qml @@ -145,7 +145,7 @@ Item { id: delegate width: parent.width - height: locationButton.height + 5 + height: 60 Rectangle { id: backgroundRectangle @@ -171,6 +171,7 @@ Item { id: locationButton anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter: parent.verticalCenter text: model.name borderRadius:0 iconUrl: "/icons/edit-image-face-detect.svg"