mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
9 lines
194 B
QML
9 lines
194 B
QML
import QtQuick.Controls 2.3 as Original
|
|
import "../styles"
|
|
|
|
Original.TextArea {
|
|
HifiConstants { id: hifi }
|
|
font.family: hifi.fonts.fontFamily
|
|
font.pixelSize: hifi.fonts.pixelSize
|
|
}
|
|
|