blob: f5f004c9b93c2d5c1cebe7d777dd7ab908d509ca [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>
Stepan Salenikovichc72d1142016-11-03 13:36:39 -040023 <property name="no-show-all">True</property>
aviau2da3d9c2016-09-06 11:28:36 -040024 <property name="label" translatable="yes">Register</property>
25 </object>
26 <packing>
27 <property name="left-attach">1</property>
28 <property name="top-attach">0</property>
29 </packing>
30 </child>
31 <child>
32 <object class="GtkSpinner" id="spinner">
33 <property name="visible">False</property>
Stepan Salenikovichc72d1142016-11-03 13:36:39 -040034 <property name="no-show-all">True</property>
aviau2da3d9c2016-09-06 11:28:36 -040035 <property name="halign">center</property>
36 </object>
37 <packing>
38 <property name="left-attach">2</property>
39 <property name="top-attach">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkImage" id="icon_username_availability">
44 <property name="visible">True</property>
Stepan Salenikovichc72d1142016-11-03 13:36:39 -040045 <property name="no-show-all">True</property>
aviau2da3d9c2016-09-06 11:28:36 -040046 <property name="halign">center</property>
47 </object>
48 <packing>
49 <property name="left-attach">2</property>
50 <property name="top-attach">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkLabel" id="label_status">
55 <property name="visible">True</property>
56 <style>
57 <class name="dim-label"/>
58 </style>
59 </object>
60 <packing>
61 <property name="left-attach">0</property>
62 <property name="top-attach">1</property>
63 </packing>
64 </child>
65 </template>
66</interface>