2020-06-24 22:01:13 -04:00
|
|
|
import QtQuick 2.13
|
|
|
|
import QtQuick.Controls 2.13
|
|
|
|
import "../imports"
|
|
|
|
|
|
|
|
TextArea {
|
2020-07-02 11:14:31 -04:00
|
|
|
font.family: Style.current.fontRegular.name
|
2020-07-22 16:16:06 -04:00
|
|
|
color: Style.current.textColor
|
2020-06-24 22:01:13 -04:00
|
|
|
}
|