status-desktop/ui/shared/StyledTextEdit.qml

7 lines
123 B
QML
Raw Normal View History

import QtQuick 2.13
import "../imports"
TextEdit {
2020-06-24 19:58:17 +00:00
font.family: Theme.fontEmoji.name + "," + Theme.fontRegular.name
}