mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-13 07:45:39 +00:00
c2ad7281ae
Used to help determine UI components position and dimensions
8 lines
109 B
QML
8 lines
109 B
QML
import QtQuick 2.14
|
|
|
|
Rectangle {
|
|
anchors.fill: parent
|
|
color: "transparent"
|
|
border.color: "red"
|
|
}
|