status-desktop/ui/shared/StyledTextEdit.qml

7 lines
94 B
QML
Raw Normal View History

import QtQuick 2.13
import "../imports"
TextEdit {
2020-06-25 21:23:38 -04:00
font.family: Theme.fontRegular.name
}