mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-11 00:58:53 +02:00
7 lines
86 B
QML
7 lines
86 B
QML
import QtQuick 2.3
|
|
|
|
TextEdit {
|
|
font.family: "Helvetica"
|
|
font.pointSize: 18
|
|
}
|
|
|