From 2d381ae5cc3d24785718ad23c4c43e1049445829 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 10:36:42 +0200 Subject: remove obsolete code --- framework/qml/ConversationView.qml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index fc940e39..d89e5847 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml @@ -360,24 +360,6 @@ Rectangle { } } - Rectangle { - id: goDown - anchors { - bottom: seperator.top - right: seperator.right - } - - height: Kube.Units.gridUnit - width: height - - color: Kube.Colors.backgroundColor - - Controls1.ToolButton { - anchors.fill: parent - - iconName: Kube.Icons.goDown - } - } Rectangle { anchors { -- cgit v1.2.3