From aea425255aae63c261e9fae6795941b5242f5ac0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 27 Jun 2017 23:11:08 +0200 Subject: Only show details if there are any --- framework/qml/Icons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml/Icons.qml') diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index bacaadfa..6f0a8652 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml @@ -52,7 +52,7 @@ Item { property string goBack_inverted: "go-previous-inverted" property string goDown: "go-down" property string goDown_inverted: "go-down-inverted" - property string goUp: "go-down" + property string goUp: "go-up" property string addNew: "list-add" property string remove: "kube-list-remove-inverted" -- cgit v1.2.3