summaryrefslogtreecommitdiff
path: root/schist_gtk4_gui/resources/resources.gresource.xml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-19 09:11:04 +0000
committerJoe Carstairs <me@joeac.net>2024-12-19 09:11:04 +0000
commitb6fc855a131f67cce42d6407540def729af087ec (patch)
treeecc043587f1aba9ad50669c733e02c85029a39a8 /schist_gtk4_gui/resources/resources.gresource.xml
parent9e28aff1c045d7b31b6efb526a80b08048a23d99 (diff)
Factors out CategoriesView
Diffstat (limited to 'schist_gtk4_gui/resources/resources.gresource.xml')
-rw-r--r--schist_gtk4_gui/resources/resources.gresource.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/schist_gtk4_gui/resources/resources.gresource.xml b/schist_gtk4_gui/resources/resources.gresource.xml
index 30fdd9f..4b1b90d 100644
--- a/schist_gtk4_gui/resources/resources.gresource.xml
+++ b/schist_gtk4_gui/resources/resources.gresource.xml
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/net/joeac/schist/">
- <file compressed="true" preprocess="xml-stripblanks">window.ui</file>
+ <file compressed="true" preprocess="xml-stripblanks">ui/categories_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>
</gresource>