mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 12:46:08 +00:00
8 lines
109 B
QML
8 lines
109 B
QML
import QtQuick 2.14
|
|
|
|
Rectangle {
|
|
anchors.fill: parent
|
|
color: "transparent"
|
|
border.color: "red"
|
|
}
|