mirror of
https://github.com/overte-org/overte.git
synced 2025-04-27 19:55:54 +02:00
7 lines
107 B
QML
7 lines
107 B
QML
import QtQuick 2.3 as Original
|
|
|
|
Original.TextArea {
|
|
font.family: "Helvetica"
|
|
font.pointSize: 18
|
|
}
|
|
|