2020-06-19 18:21:02 +00:00
|
|
|
import QtQuick 2.13
|
|
|
|
import "../imports"
|
|
|
|
|
|
|
|
TextEdit {
|
2020-07-02 15:14:31 +00:00
|
|
|
font.family: Style.current.fontRegular.name
|
2020-07-13 18:45:54 +00:00
|
|
|
color: Style.current.textColor
|
2021-01-14 14:59:16 +00:00
|
|
|
selectedTextColor: Style.current.textColor
|
|
|
|
selectionColor: Style.current.primarySelectionColor
|
2020-06-19 18:21:02 +00:00
|
|
|
}
|