mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:33:30 +02:00
9 lines
170 B
QML
9 lines
170 B
QML
import "."
|
|
import "../styles"
|
|
|
|
Text {
|
|
HifiConstants { id: hifi }
|
|
color: hifi.colors.hifiBlue
|
|
font.pointSize: hifi.fonts.headerPointSize
|
|
font.bold: true
|
|
}
|