mirror of
https://github.com/overte-org/overte.git
synced 2025-07-24 20:43:58 +02:00
11 lines
201 B
QML
11 lines
201 B
QML
import QtQuick 2.3
|
|
import QtQuick 2.1
|
|
|
|
Text {
|
|
text: "High Fidelity"
|
|
font.bold: true
|
|
font.family: "Graphik Semibold"
|
|
font.pixelSize: 17
|
|
font.letterSpacing: -1
|
|
color: "#FFFFFF"
|
|
}
|