status-desktop/ui/shared/Separator.qml

11 lines
198 B
QML
Raw Normal View History

2020-06-17 15:31:01 -04:00
import QtQuick 2.13
import "../imports"
Rectangle {
id: separator
width: parent.width
height: 1
color: Style.current.border
anchors.topMargin: Style.current.padding
2020-05-29 11:43:37 -04:00
}