lsfg-vk/ui/rsc/entry/entry.ui
2025-07-24 15:20:16 +02:00

33 lines
1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="LSEntry" parent="GtkListBoxRow">
<child>
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-top">8</property>
<property name="margin-bottom">8</property>
<property name="spacing">8</property>
<child>
<object class="GtkLabel">
<property name="halign">start</property>
<property name="hexpand">true</property>
<property name="label"
bind-source="LSEntry" bind-property="exe" bind-flags="sync-create"/>
</object>
</child>
<child>
<object class="GtkButton" id="delete">
<property name="icon-name">user-trash-symbolic</property>
<style>
<class name="flat"/>
<class name="circular"/>
<class name="destructive-action"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>