mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 16:05:48 -04:00
Refactor to fill column with mouse area
This commit is contained in:
parent
9449e3b439
commit
12b642cc84
1 changed files with 44 additions and 29 deletions
|
@ -110,8 +110,20 @@ Item
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: Column
|
delegate:
|
||||||
|
MouseArea
|
||||||
{
|
{
|
||||||
|
width: parent.width
|
||||||
|
height: innerCol.height
|
||||||
|
|
||||||
|
onClicked:
|
||||||
|
{
|
||||||
|
console.log("triggerLocationConnectionAttempt()")
|
||||||
|
}
|
||||||
|
|
||||||
|
Column
|
||||||
|
{
|
||||||
|
id: innerCol
|
||||||
height: 60
|
height: 60
|
||||||
width: parent.width
|
width: parent.width
|
||||||
leftPadding: 4
|
leftPadding: 4
|
||||||
|
@ -154,6 +166,9 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
{
|
{
|
||||||
id: buttonsRow
|
id: buttonsRow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue