diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-29 00:35:39 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-17 07:01:37 +0100 |
commit | 1c2a441cb56860d6bf558270b4a77d64dac2b954 (patch) | |
tree | ec0f98588ff114476ede93143e4f7e45cb59f056 /resources/resources.gresource.xml | |
parent | 0b6b3d8290d6998f0190a6e78386dcf58ab8b4dd (diff) | |
download | fiv-1c2a441cb56860d6bf558270b4a77d64dac2b954.tar.gz fiv-1c2a441cb56860d6bf558270b4a77d64dac2b954.tar.xz fiv-1c2a441cb56860d6bf558270b4a77d64dac2b954.zip |
Add a simple toolbar to the view
There is still considerable work to be done.
Diffstat (limited to 'resources/resources.gresource.xml')
-rw-r--r-- | resources/resources.gresource.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/resources.gresource.xml b/resources/resources.gresource.xml index b229292..ab85308 100644 --- a/resources/resources.gresource.xml +++ b/resources/resources.gresource.xml @@ -3,5 +3,6 @@ <gresource prefix="/org/gnome/design/IconLibrary/"> <file preprocess="xml-stripblanks">circle-filled-symbolic.svg</file> <file preprocess="xml-stripblanks">funnel-symbolic.svg</file> + <file preprocess="xml-stripblanks">blend-tool-symbolic.svg</file> </gresource> </gresources> |