diff options
Diffstat (limited to 'qml/CommandInput.qml')
| -rw-r--r-- | qml/CommandInput.qml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/qml/CommandInput.qml b/qml/CommandInput.qml index 1f67f7c..5fbde77 100644 --- a/qml/CommandInput.qml +++ b/qml/CommandInput.qml @@ -17,11 +17,11 @@ Item {  		id: settings  		category: "command" -		property color  background : "black" +		property string background : "black"  		property int    fontSize   : 12  		property string fontFamily : "Monospace" -		property color  fontColor  : "white" -		property color  errorColor : "red" +		property string fontColor  : "white" +		property string errorColor : "red"  	}  	onVisibleChanged: container.reset()  | 
