status-desktop/ui/shared/Separator.qml
2020-05-27 17:30:44 -04:00

10 lines
168 B
QML

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