2020-05-27 20:11:56 +00:00
|
|
|
import QtQuick 2.12
|
2020-05-27 21:09:12 +00:00
|
|
|
import "../imports"
|
2020-05-27 20:11:56 +00:00
|
|
|
|
|
|
|
Rectangle {
|
|
|
|
id: separator
|
|
|
|
width: parent.width
|
|
|
|
height: 1
|
|
|
|
color: Theme.grey
|
2020-05-29 15:43:37 +00:00
|
|
|
anchors.topMargin: Theme.padding
|
|
|
|
}
|