diff options
| author | Joe Carstairs <me@joeac.net> | 2024-12-14 10:47:52 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-12-14 10:47:52 +0000 |
| commit | 96d68fc72cc74fd0858846b9c0df0424faa46adb (patch) | |
| tree | 42ba59b51cef93ec29a45866a697225984a734fa /schist_gtk4_gui/resources/resources.gresource.xml | |
| parent | be9313986c9a32d134433d47c866b1f25a7847ab (diff) | |
Moves UI definition to XML
Diffstat (limited to 'schist_gtk4_gui/resources/resources.gresource.xml')
| -rw-r--r-- | schist_gtk4_gui/resources/resources.gresource.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schist_gtk4_gui/resources/resources.gresource.xml b/schist_gtk4_gui/resources/resources.gresource.xml new file mode 100644 index 0000000..a74cfc9 --- /dev/null +++ b/schist_gtk4_gui/resources/resources.gresource.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/net/joeac/schist/"> + <file compressed="true" preprocess="xml-stripblanks">window.ui</file> + </gresource> +</gresources> |
