]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-contact-selector-dialog.ui
Updated POTFILES.in
[empathy.git] / libempathy-gtk / empathy-contact-selector-dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkGrid" id="table_grid">
5     <property name="visible">True</property>
6     <property name="can_focus">False</property>
7     <property name="row_spacing">6</property>
8     <property name="column_spacing">6</property>
9     <child>
10       <object class="GtkLabel" id="account_chooser_label">
11         <property name="visible">True</property>
12         <property name="can_focus">False</property>
13         <property name="xalign">0</property>
14         <property name="label" translatable="yes">Account:</property>
15       </object>
16       <packing>
17         <property name="left_attach">0</property>
18         <property name="top_attach">0</property>
19         <property name="width">1</property>
20         <property name="height">1</property>
21       </packing>
22     </child>
23     <child>
24       <object class="GtkLabel" id="label2">
25         <property name="visible">True</property>
26         <property name="can_focus">False</property>
27         <property name="xalign">0</property>
28         <property name="label" translatable="yes">Contact ID:</property>
29       </object>
30       <packing>
31         <property name="left_attach">0</property>
32         <property name="top_attach">1</property>
33         <property name="width">1</property>
34         <property name="height">1</property>
35       </packing>
36     </child>
37     <child>
38       <object class="GtkEntry" id="entry_id">
39         <property name="visible">True</property>
40         <property name="can_focus">True</property>
41         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
42         <property name="activates_default">True</property>
43       </object>
44       <packing>
45         <property name="left_attach">1</property>
46         <property name="top_attach">1</property>
47         <property name="width">1</property>
48         <property name="height">1</property>
49       </packing>
50     </child>
51   </object>
52 </interface>