summaryrefslogtreecommitdiffstats
path: root/framework/qml/Icons.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-09-12 11:51:33 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-09-12 11:51:33 +0200
commit235a94d64de8a508845d9847ca1bbdae0512517c (patch)
treeb9673a331d5f6c939e2668a353a8ea2389f65360 /framework/qml/Icons.qml
parent1981dc7edd689dc9e4d1ac43ede3da2eed6008f4 (diff)
downloadkube-235a94d64de8a508845d9847ca1bbdae0512517c.tar.gz
kube-235a94d64de8a508845d9847ca1bbdae0512517c.zip
add format text icons
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r--framework/qml/Icons.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml
index 4d94f86a..9ac35834 100644
--- a/framework/qml/Icons.qml
+++ b/framework/qml/Icons.qml
@@ -63,5 +63,9 @@ Item {
63 property string folder: "folder" 63 property string folder: "folder"
64 property string save_inverted: "document-save-inverted" 64 property string save_inverted: "document-save-inverted"
65 65
66 property string bold: "format-text-bold-symbolic"
67 property string italic: "format-text-italic-symbolic"
68 property string underline: "format-text-underline-symbolic"
69
66} 70}
67 71