diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-30 08:59:03 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-30 08:59:03 +0200 |
commit | 3c6668028efd6ee91a496b57f80ecbf77ea12e9e (patch) | |
tree | 5db5dbceebd8973d21e2861c9b9cc198e10b4de2 /framework/qml/Icons.qml | |
parent | 51fa4068883a745c6c41c1f50eaabbee78711eb9 (diff) | |
download | kube-3c6668028efd6ee91a496b57f80ecbf77ea12e9e.tar.gz kube-3c6668028efd6ee91a496b57f80ecbf77ea12e9e.zip |
make attachment delegate a little more pretty
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 05cde6c9..74627457 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -50,6 +50,7 @@ Item { | |||
50 | property string goBack: "go-previous" | 50 | property string goBack: "go-previous" |
51 | property string goBack_inverted: "go-previous-inverted" | 51 | property string goBack_inverted: "go-previous-inverted" |
52 | property string goDown: "go-down" | 52 | property string goDown: "go-down" |
53 | property string goDown_inverted: "go-down-inverted" | ||
53 | property string goUp: "go-down" | 54 | property string goUp: "go-down" |
54 | 55 | ||
55 | property string addNew: "list-add-new" | 56 | property string addNew: "list-add-new" |