]> git.0d.be Git - empathy.git/blob - src/empathy-map-view.ui
Updated Polish translation
[empathy.git] / src / empathy-map-view.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkWindow" id="map_view">
6     <property name="title" translatable="yes">Contact Map View</property>
7     <property name="role">map_view</property>
8     <property name="window_position">center</property>
9     <property name="default_width">512</property>
10     <property name="default_height">384</property>
11     <child>
12       <object class="GtkVBox" id="main_vbox">
13         <property name="visible">True</property>
14         <child>
15           <object class="GtkToolbar" id="toolbar">
16             <property name="visible">True</property>
17             <child>
18               <object class="GtkToolButton" id="zoom_in">
19                 <property name="visible">True</property>
20                 <property name="stock_id">gtk-zoom-in</property>
21               </object>
22               <packing>
23                 <property name="expand">False</property>
24                 <property name="homogeneous">True</property>
25               </packing>
26             </child>
27             <child>
28               <object class="GtkToolButton" id="zoom_out">
29                 <property name="visible">True</property>
30                 <property name="stock_id">gtk-zoom-out</property>
31               </object>
32               <packing>
33                 <property name="expand">False</property>
34                 <property name="homogeneous">True</property>
35               </packing>
36             </child>
37             <child>
38               <object class="GtkToolButton" id="zoom_fit">
39                 <property name="visible">True</property>
40                 <property name="stock_id">gtk-zoom-fit</property>
41               </object>
42               <packing>
43                 <property name="expand">False</property>
44                 <property name="homogeneous">True</property>
45               </packing>
46             </child>
47             <child>
48               <object class="GtkToolItem" id="toolbutton1">
49                 <property name="visible">True</property>
50                 <child>
51                   <object class="GtkAlignment" id="alignment1">
52                     <property name="visible">True</property>
53                     <child>
54                       <placeholder/>
55                     </child>
56                   </object>
57                 </child>
58               </object>
59               <packing>
60                 <property name="expand">True</property>
61               </packing>
62             </child>
63             <child>
64               <object class="GtkToolItem" id="throbber">
65                 <property name="visible">True</property>
66                 <child>
67                   <placeholder/>
68                 </child>
69               </object>
70               <packing>
71                 <property name="expand">False</property>
72               </packing>
73             </child>
74           </object>
75           <packing>
76             <property name="expand">False</property>
77             <property name="fill">False</property>
78             <property name="position">0</property>
79           </packing>
80         </child>
81         <child>
82           <object class="GtkFrame" id="map_scrolledwindow">
83             <property name="visible">True</property>
84             <property name="resize_mode">queue</property>
85             <property name="label_xalign">0</property>
86             <property name="shadow_type">in</property>
87             <child>
88               <placeholder/>
89             </child>
90           </object>
91           <packing>
92             <property name="position">1</property>
93           </packing>
94         </child>
95       </object>
96     </child>
97   </object>
98 </interface>