blue-recorder/interfaces/area_selection.ui

58 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-08-07 17:32:56 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<requires lib="libadwaita" version="1.0"/>
<object class="AdwWindow" id="area_chooser_window">
<property name="name">area_chooser_window</property>
<property name="can-focus">True</property>
<property name="default-height">412</property>
<property name="default-width">584</property>
<property name="decorated">False</property>
<property name="deletable">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child type="title">
<object class="GtkHeaderBar" id="headerbar2">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
</child>
<child>
<object class="GtkWindowHandle">
<child>
<object class="GtkButton" id="area_set_button">
<property name="name">area_set_button</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
<child>
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="column-spacing">3</property>
<property name="row-homogeneous">True</property>
<child>
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="icon-name">object-select-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="area_apply">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="label" translatable="yes">label</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>