mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set separator line in delegate root item
This commit is contained in:
parent
02d4790890
commit
36708efa8c
@ -65,6 +65,26 @@ Item
|
|||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle
|
||||||
|
{
|
||||||
|
id: backgroundRectangle
|
||||||
|
anchors.fill: parent.fill
|
||||||
|
anchors.right: parent.right
|
||||||
|
width: parent.width - colorHash.width - 15
|
||||||
|
height: parent.height
|
||||||
|
color:"transparent"
|
||||||
|
|
||||||
|
Rectangle
|
||||||
|
{
|
||||||
|
id: borderBottom
|
||||||
|
width: parent.width
|
||||||
|
height: 1
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
anchors.right: parent.right
|
||||||
|
color: "lightgrey"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
@ -89,27 +109,6 @@ Item
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
|
||||||
{
|
|
||||||
id: backgroundRectangle
|
|
||||||
anchors.fill: parent.fill
|
|
||||||
anchors.right: parent.right
|
|
||||||
width: parent.width - colorHash.width - 15
|
|
||||||
height: parent.height
|
|
||||||
color:"transparent"
|
|
||||||
|
|
||||||
Rectangle
|
|
||||||
{
|
|
||||||
id: borderBottom
|
|
||||||
width: parent.width
|
|
||||||
height: 1
|
|
||||||
anchors.bottom: parent.bottom
|
|
||||||
anchors.right: parent.right
|
|
||||||
color: "lightgrey"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user