mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
9 lines
179 B
QML
9 lines
179 B
QML
import "../../controls" as HifiControls
|
|
import "../../styles-uit"
|
|
import QtQuick 2.7
|
|
|
|
FiraSansRegular {
|
|
size: 18;
|
|
lineHeightMode: Text.FixedHeight
|
|
lineHeight: 16.9;
|
|
}
|