mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
11 lines
198 B
QML
11 lines
198 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
|
|
Rectangle {
|
|
id: separator
|
|
width: parent.width
|
|
height: 1
|
|
color: Style.current.border
|
|
anchors.topMargin: Style.current.padding
|
|
}
|