mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-28 16:27:01 -05:00
Refactor to fill column with mouse area
This commit is contained in:
parent
9449e3b439
commit
12b642cc84
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user