mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +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"
|
||
|
}
|