diff options
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 4 |
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 | ||