diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/Icons.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 4f056ac5..df3baead 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -56,6 +56,8 @@ Item { | |||
56 | property string mail_inverted: "mail-message-inverted" | 56 | property string mail_inverted: "mail-message-inverted" |
57 | property string goBack: "go-previous" | 57 | property string goBack: "go-previous" |
58 | property string goBack_inverted: "go-previous-inverted" | 58 | property string goBack_inverted: "go-previous-inverted" |
59 | property string goNext: "go-next" | ||
60 | property string goNext_inverted: "go-next-inverted" | ||
59 | property string goDown: "go-down" | 61 | property string goDown: "go-down" |
60 | property string goDown_inverted: "go-down-inverted" | 62 | property string goDown_inverted: "go-down-inverted" |
61 | property string goUp: "go-up" | 63 | property string goUp: "go-up" |