mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:15:15 +02: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
|
|
}
|