extract Separator component from applet divider rectangles
This commit is contained in:
parent
2ec24e3075
commit
85e32dcd8c
8 changed files with 17 additions and 43 deletions
|
|
@ -115,13 +115,7 @@ Column {
|
|||
InfoRow { label: "Available"; value: root._fmt(root.availGb) }
|
||||
InfoRow { label: "Total"; value: root._fmt(root.totalGb) }
|
||||
|
||||
// Process list separator
|
||||
Rectangle {
|
||||
width: root.width - 16
|
||||
height: 1
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
color: S.Theme.base03
|
||||
}
|
||||
Separator {}
|
||||
|
||||
Item {
|
||||
width: root.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue