mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
18 lines
619 B
XML
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>
|