aboutsummaryrefslogtreecommitdiff
path: root/qml/TerminalItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/TerminalItem.qml')
-rw-r--r--qml/TerminalItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/TerminalItem.qml b/qml/TerminalItem.qml
index 5ab658a..fc7bbf7 100644
--- a/qml/TerminalItem.qml
+++ b/qml/TerminalItem.qml
@@ -17,7 +17,7 @@ Item {
property int fontSize : 18
property string fontFamily : "Monospace"
- property color fontColor : "white"
+ property string fontColor : "white"
}
anchors {