From 0dde6e134fdfbd54a2d148875e58ef1355578c8c Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 19 Aug 2015 11:40:23 +0200 Subject: Add `set` command to ease configuration changes --- src/widget/EmbeddedTerminal.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widget') diff --git a/src/widget/EmbeddedTerminal.qml b/src/widget/EmbeddedTerminal.qml index 54dad75..7b3cf10 100644 --- a/src/widget/EmbeddedTerminal.qml +++ b/src/widget/EmbeddedTerminal.qml @@ -123,8 +123,8 @@ Item { text: { return item.lines - + 'x' - + Math.floor(terminal.width / terminal.fontMetrics.width); + + 'x' + + Math.floor(terminal.width / terminal.fontMetrics.width); } } } -- cgit v1.2.3