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

61 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="LSPrefEntry" parent="AdwPreferencesRow">
<child>
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">16</property>
<property name="valign">center</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>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<property name="valign">center</property>
<property name="hexpand">true</property>
<child>
<object class="GtkLabel">
<property name="label"
bind-source="LSPrefEntry" bind-property="opt-name" bind-flags="sync-create"/>
<property name="halign">start</property>
<property name="hexpand">true</property>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label"
bind-source="LSPrefEntry" bind-property="opt-subtitle" bind-flags="sync-create"/>
<property name="halign">start</property>
<property name="hexpand">true</property>
<style>
<class name="dim-label"/>
<class name="caption"/>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="GtkEntry" id="entry">
<property name="text"
bind-source="LSPrefEntry" bind-property="default-text" bind-flags="sync-create"/>
<property name="placeholder-text"
bind-source="LSPrefEntry" bind-property="tooltip-text" bind-flags="sync-create"/>
<property name="css-classes">compact</property>
<property name="width-chars">30</property>
<property name="max-width-chars">60</property>
</object>
</child>
<child>
<object class="GtkButton" id="btn">
<property name="icon-name"
bind-source="LSPrefEntry" bind-property="icon-name" bind-flags="sync-create"/>
</object>
</child>
</object>
</child>
</template>
</interface>