diff options
Diffstat (limited to '')
-rw-r--r-- | tests/interactive-panels/gtp-static-init.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/interactive-panels/gtp-static-init.ui b/tests/interactive-panels/gtp-static-init.ui new file mode 100644 index 0000000..32b02a9 --- /dev/null +++ b/tests/interactive-panels/gtp-static-init.ui @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="GtpStaticInit" parent="CcPanel"> + + <child type="content"> + <object class="AdwStatusPage"> + <property name="icon_name">view-continuous-symbolic</property> + <property name="title">Static Initializer</property> + <property name="description">A panel with a static initializer</property> + </object> + </child> + + </template> +</interface> + |