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"/>
|
|
|
|
|
2020-09-06 02:44:29 +00:00
|
|
|
<object class="GtkDialog" id="join_room_dialog">
|
2018-04-17 07:13:33 +00:00
|
|
|
<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>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2020-10-31 20:24:50 +00:00
|
|
|
<property name="margin_start">30</property>
|
|
|
|
<property name="margin_end">30</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
<property name="margin_top">30</property>
|
|
|
|
<property name="margin_bottom">30</property>
|
|
|
|
<property name="row_spacing">6</property>
|
|
|
|
<property name="column_spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="join_room_name_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="label" translatable="yes">ID or Alias</property>
|
|
|
|
<accessibility>
|
|
|
|
<relation type="label-for" target="join_room_name"/>
|
|
|
|
</accessibility>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkEntry" id="join_room_name">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="hexpand">True</property>
|
2020-04-23 15:44:15 +00:00
|
|
|
<property name="placeholder_text">#example_room:example_server.org</property>
|
2018-04-17 07:13:33 +00:00
|
|
|
<accessibility>
|
|
|
|
<relation type="labelled-by" target="join_room_name_label"/>
|
|
|
|
</accessibility>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
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>
|
|
|
|
<property name="title" translatable="yes">Join room</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="cancel_join_room">
|
|
|
|
<property name="label" translatable="yes">Cancel</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="join_room_button">
|
|
|
|
<property name="label" translatable="yes">Join</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</interface>
|