status-desktop/ui/shared/Separator.qml

11 lines
198 B
QML

import QtQuick 2.13
import "../imports"
Rectangle {
id: separator
width: parent.width
height: 1
color: Style.current.border
anchors.topMargin: Style.current.padding
}