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