mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-06 10:58:35 +02:00
7 lines
103 B
QML
7 lines
103 B
QML
import QtQuick 2.3 as Original
|
|
|
|
Original.Text {
|
|
font.family: "Helvetica"
|
|
font.pointSize: 18
|
|
}
|
|
|