2020-06-25 02:01:13 +00:00
|
|
|
import QtQuick 2.13
|
|
|
|
import QtQuick.Controls 2.13
|
|
|
|
import "../imports"
|
|
|
|
|
|
|
|
TextArea {
|
2020-07-02 15:14:31 +00:00
|
|
|
font.family: Style.current.fontRegular.name
|
2020-07-22 20:16:06 +00:00
|
|
|
color: Style.current.textColor
|
2021-01-14 15:11:10 +00:00
|
|
|
selectionColor: Style.current.primarySelectionColor
|
2020-06-25 02:01:13 +00:00
|
|
|
}
|