mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
9 lines
170 B
QML
9 lines
170 B
QML
import "."
|
|
import "../styles"
|
|
|
|
Text {
|
|
HifiConstants { id: hifi }
|
|
color: hifi.colors.hifiBlue
|
|
font.pixelSize: hifi.fonts.headerPixelSize
|
|
font.bold: true
|
|
}
|