status-desktop/ui/shared/Separator.qml
2020-07-14 12:37:17 -04:00

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
}