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

18 lines
619 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="LSProcessEntry" parent="GtkListBoxRow">
<child>
<object class="GtkLabel">
<property name="halign">start</property>
<property name="hexpand">true</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="halign">start</property>
<property name="label"
bind-source="LSProcessEntry" bind-property="exe" bind-flags="sync-create"/>
</object>
</child>
</template>
</interface>