diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 23:11:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-27 23:11:08 +0200 |
commit | aea425255aae63c261e9fae6795941b5242f5ac0 (patch) | |
tree | 76ed6d9d8bd6d0198b9263967df3524863bf2cd4 /framework/qml/Icons.qml | |
parent | bec562e845449c89ebd946f663048302dad90e69 (diff) | |
download | kube-aea425255aae63c261e9fae6795941b5242f5ac0.tar.gz kube-aea425255aae63c261e9fae6795941b5242f5ac0.zip |
Only show details if there are any
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
52 | property string goBack_inverted: "go-previous-inverted" | 52 | property string goBack_inverted: "go-previous-inverted" |
53 | property string goDown: "go-down" | 53 | property string goDown: "go-down" |
54 | property string goDown_inverted: "go-down-inverted" | 54 | property string goDown_inverted: "go-down-inverted" |
55 | property string goUp: "go-down" | 55 | property string goUp: "go-up" |
56 | 56 | ||
57 | property string addNew: "list-add" | 57 | property string addNew: "list-add" |
58 | property string remove: "kube-list-remove-inverted" | 58 | property string remove: "kube-list-remove-inverted" |