status-desktop/ui/shared/Separator.qml
2020-05-29 14:44:45 -04:00

11 lines
180 B
QML

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