mirror of
https://github.com/lubosz/overte.git
synced 2025-05-09 10:39:13 +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
|
|
}
|
|
|