diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-29 16:42:52 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-29 16:44:27 -0600 |
commit | c092d555bd6d3e93a11625bfe76bb59b2e64e994 (patch) | |
tree | 0c899e74cafdb8878f92405d7b0e3df2b41078b5 /framework/qml/Icons.qml | |
parent | 51fbcca97ef9058cdb75c52ac77bdc728a296e4a (diff) | |
download | kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.tar.gz kube-c092d555bd6d3e93a11625bfe76bb59b2e64e994.zip |
SelectableLabel to support copying individual labels
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 3126c797..d9612013 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -42,6 +42,7 @@ Item { | |||
42 | property string replyToSender: "mail-reply-sender" | 42 | property string replyToSender: "mail-reply-sender" |
43 | property string outbox: "mail-folder-outbox" | 43 | property string outbox: "mail-folder-outbox" |
44 | property string outbox_inverted: "mail-folder-outbox-inverted" | 44 | property string outbox_inverted: "mail-folder-outbox-inverted" |
45 | property string copy: "edit-copy" | ||
45 | 46 | ||
46 | property string menu_inverted: "application-menu-inverted" | 47 | property string menu_inverted: "application-menu-inverted" |
47 | property string user: "im-user" | 48 | property string user: "im-user" |