diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-22 18:28:32 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-22 18:28:32 +0000 |
| commit | ab3e0439e12dee592a8f6fe2a968e4bb429a60f8 (patch) | |
| tree | aff750c6f2eac8a2d6b703a3a75a45cfa52ec0b3 /schist_gtk4_gui/resources/resources.gresource.xml | |
| parent | 4b3821e8bffb6a8e98525ee0a0bc860e5de7da05 (diff) | |
Adds other views
Diffstat (limited to 'schist_gtk4_gui/resources/resources.gresource.xml')
| -rw-r--r-- | schist_gtk4_gui/resources/resources.gresource.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/resources.gresource.xml b/schist_gtk4_gui/resources/resources.gresource.xml index 4b1b90d..350a77d 100644 --- a/schist_gtk4_gui/resources/resources.gresource.xml +++ b/schist_gtk4_gui/resources/resources.gresource.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <gresources> <gresource prefix="/net/joeac/schist/"> + <file compressed="true" preprocess="xml-stripblanks">ui/balances_view.ui</file> <file compressed="true" preprocess="xml-stripblanks">ui/categories_view.ui</file> + <file compressed="true" preprocess="xml-stripblanks">ui/category_transfers_view.ui</file> + <file compressed="true" preprocess="xml-stripblanks">ui/transactions_view.ui</file> <file compressed="true" preprocess="xml-stripblanks">ui/window.ui</file> <file compressed="true">css/styles.css</file> <file compressed="true">css/window.css</file> |
