%PDF- %PDF-
| Direktori : /usr/share/gnome-shell/extensions/tiling-assistant@ubuntu.com/src/ui/ |
| Current File : //usr/share/gnome-shell/extensions/tiling-assistant@ubuntu.com/src/ui/layoutRowEntry.ui |
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="tiling-assistant@leleat-on-github">
<requires lib="gtk" version="4.0"/>
<template class="TilingLayoutRowEntry" parent="GtkBox">
<property name="spacing">8</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">3</property>
<child>
<object class="GtkBox">
<property name="spacing">4</property>
<child>
<object class="GtkEntry" id="rectEntry">
<property name="hexpand">True</property>
<signal name="changed" handler="_onRectEntryChanged" swapped="no"/>
</object>
</child>
<child>
<object class="GtkButton" id="rectAppButton">
<property name="valign">center</property>
<signal name="clicked" handler="_onAppButtonClicked" swapped="no"/>
</object>
</child>
</object>
</child>
<child>
<object class="GtkLabel" id="rectLabel">
<property name="halign">start</property>
<property name="margin-start">8</property>
<property name="use-markup">True</property>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>