2018-04-17 07:13:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Generated with glade 3.20.2 -->
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
|
2019-01-29 20:10:01 +00:00
|
|
|
<object class="HdyDialog" id="invite_user_dialog">
|
|
|
|
<property name="default_width">400</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
<property name="height_request">300</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<property name="destroy_with_parent">True</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="deletable">False</property>
|
|
|
|
<property name="gravity">center</property>
|
|
|
|
<property name="transient_for">main_window</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2018-12-23 00:23:07 +00:00
|
|
|
<property name="border_width">0</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2018-10-07 16:22:20 +00:00
|
|
|
<object class="GtkBox" id="invite_entry_box">
|
2018-04-17 07:13:33 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-10-07 08:06:19 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2018-12-23 00:23:07 +00:00
|
|
|
<property name="margin">6</property>
|
|
|
|
<child>
|
2018-10-07 08:06:19 +00:00
|
|
|
<object class="GtkScrolledWindow">
|
2018-10-06 11:12:41 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-10-07 08:06:19 +00:00
|
|
|
<property name="hscrollbar_policy">external</property>
|
|
|
|
<property name="vscrollbar_policy">never</property>
|
|
|
|
<child>
|
2018-10-07 16:22:20 +00:00
|
|
|
<object class="GtkTextView" id="invite_entry">
|
2018-10-07 08:06:19 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2018-10-13 09:02:02 +00:00
|
|
|
<property name="accepts_tab">False</property>
|
2018-10-07 08:06:19 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2018-10-06 11:12:41 +00:00
|
|
|
</object>
|
2018-10-07 08:06:19 +00:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2018-10-06 11:12:41 +00:00
|
|
|
</child>
|
2018-04-17 07:13:33 +00:00
|
|
|
<style>
|
2018-10-07 08:06:19 +00:00
|
|
|
<class name="message-input"/>
|
2018-04-17 07:13:33 +00:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="user_search_scroll">
|
|
|
|
<property name="height_request">150</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
2018-12-23 00:23:07 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="scrollarea-top-border"/>
|
|
|
|
</style>
|
2018-04-17 07:13:33 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkViewport">
|
|
|
|
<property name="height_request">150</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="user_search_box">
|
|
|
|
<property name="height_request">150</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="selection_mode">none</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2018-10-07 08:11:51 +00:00
|
|
|
<property name="position">1</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="titlebar">
|
2018-09-05 14:14:39 +00:00
|
|
|
<object class="GtkHeaderBar" id="invite_headerbar">
|
2019-01-29 20:10:01 +00:00
|
|
|
<property name="width_request">360</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2018-09-05 14:14:39 +00:00
|
|
|
<property name="title" translatable="yes">Invite</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cancel_invite">
|
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
<property name="visible">True</property>
|
2018-09-05 14:14:39 +00:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="invite_button">
|
|
|
|
<property name="label" translatable="yes">Invite</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
2018-04-17 07:13:33 +00:00
|
|
|
</object>
|
2018-09-05 14:14:39 +00:00
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
2018-04-17 07:13:33 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</interface>
|