Refactor to fill column with mouse area

This commit is contained in:
Angela Mazzurco 2017-07-24 17:31:21 +02:00
parent 9449e3b439
commit 12b642cc84

View File

@ -110,8 +110,20 @@ Item
}
delegate: Column
delegate:
MouseArea
{
width: parent.width
height: innerCol.height
onClicked:
{
console.log("triggerLocationConnectionAttempt()")
}
Column
{
id: innerCol
height: 60
width: parent.width
leftPadding: 4
@ -154,6 +166,9 @@ Item
}
}
}
Row
{
id: buttonsRow