mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
10 lines
168 B
QML
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
|
|
} |