mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Set bigger row height
This commit is contained in:
parent
e6a3b352d8
commit
beed9bebce
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue