diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-03-15 03:33:48 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-04-11 06:33:22 +0200 |
commit | 8da5f807cf8a64c06377f4868f39e84539cc39c8 (patch) | |
tree | 7e25320ba102562a193af05cfcfc527c46596f4f /resources/resources.gresource.xml | |
parent | 1b50a834a5d6bb1584e261efd656c8153fcf41b8 (diff) | |
download | fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.tar.gz fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.tar.xz fiv-8da5f807cf8a64c06377f4868f39e84539cc39c8.zip |
Move and extend the browser toolbar
This makes the user interface more cohesive, and easier to use.
Both toolbars should ideally be made configurable.
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 b3d6b1c..bfa368e 100644 --- a/resources/resources.gresource.xml +++ b/resources/resources.gresource.xml @@ -4,6 +4,7 @@ <file alias="LICENSE">../LICENSE</file> </gresource> <gresource prefix="/org/gnome/design/IconLibrary/scalable/actions/"> + <file preprocess="xml-stripblanks">text-symbolic.svg</file> <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> |