mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
11 lines
180 B
QML
11 lines
180 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
|
|
Rectangle {
|
|
id: separator
|
|
width: parent.width
|
|
height: 1
|
|
color: Theme.grey
|
|
anchors.topMargin: Theme.padding
|
|
}
|