mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 14:42:11 +02:00
12 lines
259 B
QML
12 lines
259 B
QML
import QtQuick 2.3
|
|
|
|
Rectangle {
|
|
HifiConstants { id: hifi }
|
|
implicitHeight: 64
|
|
implicitWidth: 64
|
|
color: hifi.colors.window
|
|
border.color: hifi.colors.hifiBlue
|
|
border.width: hifi.styles.borderWidth
|
|
radius: hifi.styles.borderRadius
|
|
}
|
|
|