Client/resources/app_view.ui

22 lines
823 B
Plaintext
Raw Normal View History

2023-09-01 14:21:32 -04:00
<?xml version="1.0" encoding="UTF-8" ?>
<interface>
2023-09-10 16:14:44 -04:00
<template class="CmAppView" parent="GtkBox">
2023-09-01 14:21:32 -04:00
<property name="orientation">vertical</property>
<property name="hexpand">True</property>
<child>
2023-09-10 16:14:44 -04:00
<object class="GtkButton" id="button">
2023-09-01 14:21:32 -04:00
<property name="halign">center</property>
2023-09-10 16:14:44 -04:00
<property name="child">
<object class="AdwButtonContent">
<property name="icon-name">user-trash-symbolic</property>
<property name="label" translatable="yes">Remove</property>
</object>
</property>
<style>
<class name="destructive-action" />
</style>
2023-09-01 14:21:32 -04:00
</object>
</child>
</template>
2023-09-10 16:14:44 -04:00
</interface>