2020-04-22 13:44:12 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-02-14 13:55:59 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
|
|
|
<object class="GtkBox" id="main_box">
|
|
|
|
<property name="hexpand">0</property>
|
|
|
|
<property name="vexpand">0</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<style>
|
|
|
|
<class name="background"/>
|
|
|
|
<class name="dino-file-overlay"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkBox">
|
2020-04-22 13:44:12 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="margin-end">20</property>
|
|
|
|
<property name="margin-start">20</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="margin-top">10</property>
|
|
|
|
<property name="margin-bottom">10</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="label" translatable="1">Send a file</property>
|
|
|
|
<property name="hexpand">1</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<attributes>
|
2022-02-14 13:55:59 +00:00
|
|
|
<attribute name="weight" value="PANGO_WEIGHT_BOLD"></attribute>
|
2020-04-22 13:44:12 +00:00
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="close_button">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="focusable">1</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<style>
|
|
|
|
<class name="titlebutton"/>
|
|
|
|
<class name="close"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="icon-name">window-close-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="DinoUiSizingBin" id="file_widget_insert">
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="margin-top">15</property>
|
|
|
|
<property name="margin-bottom">15</property>
|
|
|
|
<property name="spacing">5</property>
|
|
|
|
<child>
|
2022-02-14 13:55:59 +00:00
|
|
|
<object class="GtkLabel" id="info_label"/>
|
2020-04-22 13:44:12 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="send_button">
|
2022-02-14 13:55:59 +00:00
|
|
|
<property name="label" translatable="1">Send</property>
|
|
|
|
<property name="focusable">1</property>
|
2020-04-22 13:44:12 +00:00
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-02-14 13:55:59 +00:00
|
|
|
</object>
|
|
|
|
</interface>
|