Client/resources/app_view.ui

13 lines
473 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<interface>
<template class="ConfigManagerAppView" parent="GtkBox">
<property name="orientation">vertical</property>
<property name="hexpand">True</property>
<child>
<object class="GtkButton">
<property name="label" translatable="yes">_Test</property>
<property name="halign">center</property>
</object>
</child>
</template>
</interface>