blob: d95da407fc0588ecae4eff7331292c3460ef6f96 [file] [log] [blame]
aviau2da3d9c2016-09-06 11:28:36 -04001<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3 <requires lib="gtk+" version="3.10"/>
4 <template class="UsernameRegistrationBox" parent="GtkGrid">
5 <property name="column-spacing">10</property>
6 <property name="row-spacing">5</property>
7 <child>
8 <object class="GtkEntry" id="entry_username">
9 <property name="visible">True</property>
10 <property name="editable">False</property>
11 <property name="max-width-chars">40</property>
12 <property name="placeholder-text" translatable="yes">enter username here</property>
13 <property name="xalign">0.5</property>
14 </object>
15 <packing>
16 <property name="left-attach">0</property>
17 <property name="top-attach">0</property>
18 </packing>
19 </child>
20 <child>
21 <object class="GtkButton" id="button_register_username">
22 <property name="visible">False</property>
23 <property name="label" translatable="yes">Register</property>
24 </object>
25 <packing>
26 <property name="left-attach">1</property>
27 <property name="top-attach">0</property>
28 </packing>
29 </child>
30 <child>
31 <object class="GtkSpinner" id="spinner">
32 <property name="visible">False</property>
33 <property name="halign">center</property>
34 </object>
35 <packing>
36 <property name="left-attach">2</property>
37 <property name="top-attach">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkImage" id="icon_username_availability">
42 <property name="visible">True</property>
43 <property name="halign">center</property>
44 </object>
45 <packing>
46 <property name="left-attach">2</property>
47 <property name="top-attach">0</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkLabel" id="label_status">
52 <property name="visible">True</property>
53 <style>
54 <class name="dim-label"/>
55 </style>
56 </object>
57 <packing>
58 <property name="left-attach">0</property>
59 <property name="top-attach">1</property>
60 </packing>
61 </child>
62 </template>
63</interface>