status-desktop/ui/shared/Separator.qml
2020-07-03 09:59:14 -04:00

11 lines
196 B
QML

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