extract Separator component from applet divider rectangles

This commit is contained in:
Damocles 2026-04-23 23:32:10 +02:00
parent 2ec24e3075
commit 85e32dcd8c
8 changed files with 17 additions and 43 deletions

View file

@ -200,11 +200,7 @@ Column {
}
// Per-device breakdown
Rectangle {
width: root.width - 16
height: 1
anchors.horizontalCenter: parent.horizontalCenter
color: S.Theme.base03
Separator {
visible: root.devices.length > 0
}