gnome-control-center/tests/interactive-panels/gtp-static-init.ui

21 lines
655 B
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="GtpStaticInit" parent="CcPanel">
2023-08-02 19:21:33 +04:00
<property name="child">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="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>
</property>
</object>
2023-08-02 19:21:33 +04:00
</property>
</template>
</interface>