status-desktop/ui/app/AppLayouts/Shared/Separator.qml

10 lines
174 B
QML
Raw Normal View History

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