mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-25 23:06:10 -05:00
Set bigger row height
This commit is contained in:
parent
e6a3b352d8
commit
beed9bebce
@ -145,7 +145,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: delegate
|
id: delegate
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: locationButton.height + 5
|
height: 60
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
id: backgroundRectangle
|
id: backgroundRectangle
|
||||||
@ -171,6 +171,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: locationButton
|
id: locationButton
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
text: model.name
|
text: model.name
|
||||||
borderRadius:0
|
borderRadius:0
|
||||||
iconUrl: "/icons/edit-image-face-detect.svg"
|
iconUrl: "/icons/edit-image-face-detect.svg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user