Avoid multiple sensor preferences dialog at the same time.
[psensor.git] / src / glade / sensor-edit.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.16.1 -->
3 <interface>
4   <requires lib="gtk+" version="3.4"/>
5   <object class="GtkAdjustment" id="alarm_high_threshold_value">
6     <property name="lower">-9999</property>
7     <property name="upper">9999</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">10</property>
10   </object>
11   <object class="GtkAdjustment" id="alarm_low_threshold_value">
12     <property name="lower">-9999</property>
13     <property name="upper">9999</property>
14     <property name="step_increment">1</property>
15     <property name="page_increment">10</property>
16   </object>
17   <object class="GtkListStore" id="sensors_liststore">
18     <columns>
19       <!-- column-name Name -->
20       <column type="gchararray"/>
21       <!-- column-name Sensor -->
22       <column type="gpointer"/>
23     </columns>
24   </object>
25   <object class="GtkDialog" id="dialog1">
26     <property name="height_request">300</property>
27     <property name="can_focus">False</property>
28     <property name="border_width">5</property>
29     <property name="title" translatable="yes">Edit Sensor Preferences</property>
30     <property name="modal">True</property>
31     <property name="destroy_with_parent">True</property>
32     <property name="type_hint">dialog</property>
33     <child internal-child="vbox">
34       <object class="GtkBox" id="dialog-vbox1">
35         <property name="visible">True</property>
36         <property name="can_focus">False</property>
37         <property name="orientation">vertical</property>
38         <property name="spacing">2</property>
39         <child internal-child="action_area">
40           <object class="GtkButtonBox" id="dialog-action_area1">
41             <property name="visible">True</property>
42             <property name="can_focus">False</property>
43             <property name="layout_style">end</property>
44             <child>
45               <object class="GtkButton" id="btn_close">
46                 <property name="label">gtk-close</property>
47                 <property name="visible">True</property>
48                 <property name="can_focus">True</property>
49                 <property name="can_default">True</property>
50                 <property name="receives_default">True</property>
51                 <property name="use_stock">True</property>
52               </object>
53               <packing>
54                 <property name="expand">False</property>
55                 <property name="fill">False</property>
56                 <property name="position">0</property>
57               </packing>
58             </child>
59           </object>
60           <packing>
61             <property name="expand">False</property>
62             <property name="fill">True</property>
63             <property name="pack_type">end</property>
64             <property name="position">0</property>
65           </packing>
66         </child>
67         <child>
68           <object class="GtkPaned" id="hpaned1">
69             <property name="visible">True</property>
70             <property name="can_focus">True</property>
71             <child>
72               <object class="GtkScrolledWindow" id="scrolledwindow1">
73                 <property name="visible">True</property>
74                 <property name="can_focus">True</property>
75                 <property name="hscrollbar_policy">never</property>
76                 <property name="shadow_type">in</property>
77                 <child>
78                   <object class="GtkTreeView" id="sensors_list">
79                     <property name="visible">True</property>
80                     <property name="can_focus">True</property>
81                     <property name="margin_left">4</property>
82                     <property name="margin_right">4</property>
83                     <property name="margin_top">4</property>
84                     <property name="margin_bottom">4</property>
85                     <property name="model">sensors_liststore</property>
86                     <property name="headers_clickable">False</property>
87                     <property name="reorderable">True</property>
88                     <property name="search_column">1</property>
89                     <child internal-child="selection">
90                       <object class="GtkTreeSelection" id="treeview-selection">
91                         <signal name="changed" handler="ui_sensorpref_tree_selection_changed_cb" swapped="no"/>
92                       </object>
93                     </child>
94                     <child>
95                       <object class="GtkTreeViewColumn" id="sensor_name_col">
96                         <property name="title" translatable="yes">Name</property>
97                         <property name="expand">True</property>
98                         <child>
99                           <object class="GtkCellRendererText" id="cellrenderertext1"/>
100                           <attributes>
101                             <attribute name="text">0</attribute>
102                           </attributes>
103                         </child>
104                       </object>
105                     </child>
106                   </object>
107                 </child>
108               </object>
109               <packing>
110                 <property name="resize">False</property>
111                 <property name="shrink">False</property>
112               </packing>
113             </child>
114             <child>
115               <object class="GtkNotebook" id="notebook2">
116                 <property name="visible">True</property>
117                 <property name="can_focus">True</property>
118                 <property name="margin_left">4</property>
119                 <property name="margin_right">4</property>
120                 <property name="margin_top">4</property>
121                 <property name="margin_bottom">4</property>
122                 <child>
123                   <object class="GtkGrid" id="table1">
124                     <property name="visible">True</property>
125                     <property name="can_focus">False</property>
126                     <property name="margin_left">4</property>
127                     <property name="margin_right">4</property>
128                     <property name="margin_top">4</property>
129                     <property name="margin_bottom">4</property>
130                     <property name="row_spacing">4</property>
131                     <property name="column_spacing">4</property>
132                     <child>
133                       <object class="GtkEntry" id="sensor_name">
134                         <property name="visible">True</property>
135                         <property name="can_focus">True</property>
136                         <property name="margin_left">4</property>
137                         <property name="margin_right">4</property>
138                         <property name="margin_top">4</property>
139                         <property name="margin_bottom">4</property>
140                         <property name="invisible_char">•</property>
141                         <property name="primary_icon_activatable">False</property>
142                         <property name="secondary_icon_activatable">False</property>
143                         <signal name="changed" handler="ui_sensorpref_name_changed_cb" swapped="no"/>
144                       </object>
145                       <packing>
146                         <property name="left_attach">1</property>
147                         <property name="top_attach">0</property>
148                         <property name="width">1</property>
149                         <property name="height">1</property>
150                       </packing>
151                     </child>
152                     <child>
153                       <object class="GtkLabel" id="label4">
154                         <property name="visible">True</property>
155                         <property name="can_focus">False</property>
156                         <property name="margin_left">4</property>
157                         <property name="margin_right">4</property>
158                         <property name="margin_top">4</property>
159                         <property name="margin_bottom">4</property>
160                         <property name="xalign">0</property>
161                         <property name="yalign">0.49000000953674316</property>
162                         <property name="xpad">4</property>
163                         <property name="label" translatable="yes">Type:</property>
164                         <property name="justify">fill</property>
165                       </object>
166                       <packing>
167                         <property name="left_attach">0</property>
168                         <property name="top_attach">1</property>
169                         <property name="width">1</property>
170                         <property name="height">1</property>
171                       </packing>
172                     </child>
173                     <child>
174                       <object class="GtkLabel" id="sensor_type">
175                         <property name="visible">True</property>
176                         <property name="can_focus">False</property>
177                         <property name="margin_left">4</property>
178                         <property name="margin_right">4</property>
179                         <property name="margin_top">4</property>
180                         <property name="margin_bottom">4</property>
181                         <property name="xalign">0</property>
182                         <property name="label" translatable="yes">N/A</property>
183                       </object>
184                       <packing>
185                         <property name="left_attach">1</property>
186                         <property name="top_attach">1</property>
187                         <property name="width">1</property>
188                         <property name="height">1</property>
189                       </packing>
190                     </child>
191                     <child>
192                       <object class="GtkLabel" id="chip_name_label">
193                         <property name="visible">True</property>
194                         <property name="can_focus">False</property>
195                         <property name="margin_left">4</property>
196                         <property name="margin_right">4</property>
197                         <property name="margin_top">4</property>
198                         <property name="margin_bottom">4</property>
199                         <property name="xalign">0</property>
200                         <property name="xpad">4</property>
201                         <property name="label" translatable="yes">Chip:</property>
202                       </object>
203                       <packing>
204                         <property name="left_attach">0</property>
205                         <property name="top_attach">2</property>
206                         <property name="width">1</property>
207                         <property name="height">1</property>
208                       </packing>
209                     </child>
210                     <child>
211                       <object class="GtkLabel" id="chip_name">
212                         <property name="visible">True</property>
213                         <property name="can_focus">False</property>
214                         <property name="margin_left">4</property>
215                         <property name="margin_right">4</property>
216                         <property name="margin_top">4</property>
217                         <property name="margin_bottom">4</property>
218                         <property name="xalign">0</property>
219                         <property name="label" translatable="yes">N/A</property>
220                       </object>
221                       <packing>
222                         <property name="left_attach">1</property>
223                         <property name="top_attach">2</property>
224                         <property name="width">1</property>
225                         <property name="height">1</property>
226                       </packing>
227                     </child>
228                     <child>
229                       <object class="GtkLabel" id="label3">
230                         <property name="visible">True</property>
231                         <property name="can_focus">False</property>
232                         <property name="xalign">0</property>
233                         <property name="xpad">4</property>
234                         <property name="label" translatable="yes">Name:</property>
235                       </object>
236                       <packing>
237                         <property name="left_attach">0</property>
238                         <property name="top_attach">0</property>
239                         <property name="width">1</property>
240                         <property name="height">1</property>
241                       </packing>
242                     </child>
243                     <child>
244                       <object class="GtkLabel" id="label2">
245                         <property name="visible">True</property>
246                         <property name="can_focus">False</property>
247                         <property name="margin_left">4</property>
248                         <property name="margin_right">4</property>
249                         <property name="margin_top">4</property>
250                         <property name="margin_bottom">4</property>
251                         <property name="xalign">0</property>
252                         <property name="xpad">4</property>
253                         <property name="label" translatable="yes">Id:</property>
254                       </object>
255                       <packing>
256                         <property name="left_attach">0</property>
257                         <property name="top_attach">3</property>
258                         <property name="width">1</property>
259                         <property name="height">1</property>
260                       </packing>
261                     </child>
262                     <child>
263                       <object class="GtkLabel" id="sensor_id">
264                         <property name="visible">True</property>
265                         <property name="can_focus">False</property>
266                         <property name="margin_left">4</property>
267                         <property name="margin_right">4</property>
268                         <property name="margin_top">4</property>
269                         <property name="margin_bottom">4</property>
270                         <property name="xalign">0</property>
271                         <property name="label" translatable="yes">N/A</property>
272                         <property name="ellipsize">end</property>
273                       </object>
274                       <packing>
275                         <property name="left_attach">1</property>
276                         <property name="top_attach">3</property>
277                         <property name="width">1</property>
278                         <property name="height">1</property>
279                       </packing>
280                     </child>
281                   </object>
282                 </child>
283                 <child type="tab">
284                   <object class="GtkLabel" id="label11">
285                     <property name="visible">True</property>
286                     <property name="can_focus">False</property>
287                     <property name="margin_left">4</property>
288                     <property name="margin_right">4</property>
289                     <property name="margin_top">4</property>
290                     <property name="margin_bottom">4</property>
291                     <property name="label" translatable="yes">Details</property>
292                   </object>
293                   <packing>
294                     <property name="tab_fill">False</property>
295                   </packing>
296                 </child>
297                 <child>
298                   <object class="GtkGrid" id="grid1">
299                     <property name="visible">True</property>
300                     <property name="can_focus">False</property>
301                     <property name="margin_left">4</property>
302                     <property name="margin_right">4</property>
303                     <property name="margin_top">4</property>
304                     <property name="margin_bottom">4</property>
305                     <property name="row_spacing">4</property>
306                     <property name="column_spacing">4</property>
307                     <child>
308                       <object class="GtkCheckButton" id="sensor_draw">
309                         <property name="label" translatable="yes">Draw sensor curve</property>
310                         <property name="visible">True</property>
311                         <property name="can_focus">True</property>
312                         <property name="receives_default">False</property>
313                         <property name="margin_left">4</property>
314                         <property name="margin_right">4</property>
315                         <property name="margin_top">4</property>
316                         <property name="margin_bottom">4</property>
317                         <property name="xalign">0</property>
318                         <property name="draw_indicator">True</property>
319                         <signal name="toggled" handler="ui_sensorpref_draw_toggled_cb" swapped="no"/>
320                       </object>
321                       <packing>
322                         <property name="left_attach">0</property>
323                         <property name="top_attach">0</property>
324                         <property name="width">2</property>
325                         <property name="height">1</property>
326                       </packing>
327                     </child>
328                     <child>
329                       <object class="GtkLabel" id="label7">
330                         <property name="visible">True</property>
331                         <property name="can_focus">False</property>
332                         <property name="margin_left">4</property>
333                         <property name="margin_right">4</property>
334                         <property name="margin_top">4</property>
335                         <property name="margin_bottom">4</property>
336                         <property name="xalign">0</property>
337                         <property name="xpad">4</property>
338                         <property name="label" translatable="yes">Color:</property>
339                       </object>
340                       <packing>
341                         <property name="left_attach">0</property>
342                         <property name="top_attach">1</property>
343                         <property name="width">1</property>
344                         <property name="height">1</property>
345                       </packing>
346                     </child>
347                     <child>
348                       <object class="GtkColorButton" id="sensor_color">
349                         <property name="visible">True</property>
350                         <property name="can_focus">True</property>
351                         <property name="receives_default">True</property>
352                         <property name="halign">start</property>
353                         <property name="margin_left">4</property>
354                         <property name="margin_right">4</property>
355                         <property name="margin_top">4</property>
356                         <property name="margin_bottom">4</property>
357                         <property name="xalign">0</property>
358                         <signal name="color-set" handler="ui_sensorpref_color_set_cb" swapped="no"/>
359                       </object>
360                       <packing>
361                         <property name="left_attach">1</property>
362                         <property name="top_attach">1</property>
363                         <property name="width">1</property>
364                         <property name="height">1</property>
365                       </packing>
366                     </child>
367                     <child>
368                       <object class="GtkCheckButton" id="sensor_enable_checkbox">
369                         <property name="label" translatable="yes">Display sensor in the list of sensors</property>
370                         <property name="visible">True</property>
371                         <property name="can_focus">True</property>
372                         <property name="receives_default">False</property>
373                         <property name="margin_left">4</property>
374                         <property name="margin_right">4</property>
375                         <property name="margin_top">4</property>
376                         <property name="margin_bottom">4</property>
377                         <property name="xalign">0</property>
378                         <property name="draw_indicator">True</property>
379                         <signal name="toggled" handler="ui_sensorpref_display_toggled_cb" swapped="no"/>
380                       </object>
381                       <packing>
382                         <property name="left_attach">0</property>
383                         <property name="top_attach">2</property>
384                         <property name="width">2</property>
385                         <property name="height">1</property>
386                       </packing>
387                     </child>
388                   </object>
389                   <packing>
390                     <property name="position">1</property>
391                   </packing>
392                 </child>
393                 <child type="tab">
394                   <object class="GtkLabel" id="label12">
395                     <property name="visible">True</property>
396                     <property name="can_focus">False</property>
397                     <property name="margin_left">4</property>
398                     <property name="margin_right">4</property>
399                     <property name="margin_top">4</property>
400                     <property name="margin_bottom">4</property>
401                     <property name="label" translatable="yes">Graph</property>
402                   </object>
403                   <packing>
404                     <property name="position">1</property>
405                     <property name="tab_fill">False</property>
406                   </packing>
407                 </child>
408                 <child>
409                   <object class="GtkGrid" id="grid2">
410                     <property name="visible">True</property>
411                     <property name="can_focus">False</property>
412                     <property name="margin_left">4</property>
413                     <property name="margin_right">4</property>
414                     <property name="margin_top">4</property>
415                     <property name="margin_bottom">4</property>
416                     <property name="row_spacing">4</property>
417                     <property name="column_spacing">4</property>
418                     <child>
419                       <object class="GtkCheckButton" id="sensor_alarm">
420                         <property name="label" translatable="yes">Activate desktop notifications</property>
421                         <property name="visible">True</property>
422                         <property name="can_focus">True</property>
423                         <property name="receives_default">False</property>
424                         <property name="margin_left">4</property>
425                         <property name="margin_right">4</property>
426                         <property name="margin_top">4</property>
427                         <property name="margin_bottom">4</property>
428                         <property name="xalign">0</property>
429                         <property name="draw_indicator">True</property>
430                         <signal name="toggled" handler="ui_sensorpref_alarm_toggled_cb" swapped="no"/>
431                       </object>
432                       <packing>
433                         <property name="left_attach">0</property>
434                         <property name="top_attach">0</property>
435                         <property name="width">2</property>
436                         <property name="height">1</property>
437                       </packing>
438                     </child>
439                     <child>
440                       <object class="GtkLabel" id="alarm_high_threshold_label">
441                         <property name="visible">True</property>
442                         <property name="can_focus">False</property>
443                         <property name="margin_left">4</property>
444                         <property name="margin_right">4</property>
445                         <property name="margin_top">4</property>
446                         <property name="margin_bottom">4</property>
447                         <property name="xalign">0.0099999997764825821</property>
448                         <property name="xpad">4</property>
449                         <property name="label" translatable="yes">High threshold:</property>
450                       </object>
451                       <packing>
452                         <property name="left_attach">0</property>
453                         <property name="top_attach">1</property>
454                         <property name="width">1</property>
455                         <property name="height">1</property>
456                       </packing>
457                     </child>
458                     <child>
459                       <object class="GtkBox" id="box1">
460                         <property name="visible">True</property>
461                         <property name="can_focus">False</property>
462                         <child>
463                           <object class="GtkSpinButton" id="sensor_alarm_high_threshold">
464                             <property name="visible">True</property>
465                             <property name="can_focus">True</property>
466                             <property name="margin_left">4</property>
467                             <property name="margin_right">4</property>
468                             <property name="margin_top">4</property>
469                             <property name="margin_bottom">4</property>
470                             <property name="invisible_char">•</property>
471                             <property name="text" translatable="yes">0</property>
472                             <property name="primary_icon_activatable">False</property>
473                             <property name="secondary_icon_activatable">False</property>
474                             <property name="adjustment">alarm_high_threshold_value</property>
475                             <property name="climb_rate">1</property>
476                             <property name="snap_to_ticks">True</property>
477                             <property name="numeric">True</property>
478                             <property name="update_policy">if-valid</property>
479                             <signal name="value-changed" handler="ui_sensorpref_alarm_high_threshold_changed_cb" swapped="no"/>
480                           </object>
481                           <packing>
482                             <property name="expand">False</property>
483                             <property name="fill">True</property>
484                             <property name="position">0</property>
485                           </packing>
486                         </child>
487                         <child>
488                           <object class="GtkLabel" id="sensor_alarm_high_threshold_unit">
489                             <property name="visible">True</property>
490                             <property name="can_focus">False</property>
491                             <property name="valign">center</property>
492                             <property name="margin_right">4</property>
493                             <property name="margin_top">4</property>
494                             <property name="margin_bottom">4</property>
495                             <property name="xalign">0</property>
496                             <property name="label" translatable="yes">N/A</property>
497                           </object>
498                           <packing>
499                             <property name="expand">False</property>
500                             <property name="fill">True</property>
501                             <property name="position">1</property>
502                           </packing>
503                         </child>
504                       </object>
505                       <packing>
506                         <property name="left_attach">1</property>
507                         <property name="top_attach">1</property>
508                         <property name="width">1</property>
509                         <property name="height">1</property>
510                       </packing>
511                     </child>
512                     <child>
513                       <object class="GtkBox" id="box20">
514                         <property name="visible">True</property>
515                         <property name="can_focus">False</property>
516                         <child>
517                           <object class="GtkSpinButton" id="sensor_alarm_low_threshold">
518                             <property name="visible">True</property>
519                             <property name="can_focus">True</property>
520                             <property name="margin_left">4</property>
521                             <property name="margin_right">4</property>
522                             <property name="margin_top">4</property>
523                             <property name="margin_bottom">4</property>
524                             <property name="invisible_char">•</property>
525                             <property name="text" translatable="yes">-1</property>
526                             <property name="primary_icon_activatable">False</property>
527                             <property name="secondary_icon_activatable">False</property>
528                             <property name="adjustment">alarm_low_threshold_value</property>
529                             <property name="climb_rate">1</property>
530                             <property name="snap_to_ticks">True</property>
531                             <property name="numeric">True</property>
532                             <property name="update_policy">if-valid</property>
533                             <property name="value">-1</property>
534                             <signal name="value-changed" handler="ui_sensorpref_alarm_low_threshold_changed_cb" swapped="no"/>
535                           </object>
536                           <packing>
537                             <property name="expand">False</property>
538                             <property name="fill">True</property>
539                             <property name="position">0</property>
540                           </packing>
541                         </child>
542                         <child>
543                           <object class="GtkLabel" id="sensor_alarm_low_threshold_unit">
544                             <property name="visible">True</property>
545                             <property name="can_focus">False</property>
546                             <property name="valign">center</property>
547                             <property name="margin_right">4</property>
548                             <property name="margin_top">4</property>
549                             <property name="margin_bottom">4</property>
550                             <property name="xalign">0</property>
551                             <property name="label" translatable="yes">N/A</property>
552                           </object>
553                           <packing>
554                             <property name="expand">False</property>
555                             <property name="fill">True</property>
556                             <property name="position">1</property>
557                           </packing>
558                         </child>
559                       </object>
560                       <packing>
561                         <property name="left_attach">1</property>
562                         <property name="top_attach">2</property>
563                         <property name="width">1</property>
564                         <property name="height">1</property>
565                       </packing>
566                     </child>
567                     <child>
568                       <object class="GtkLabel" id="alarm_low_threshold_label">
569                         <property name="visible">True</property>
570                         <property name="can_focus">False</property>
571                         <property name="margin_left">4</property>
572                         <property name="margin_right">4</property>
573                         <property name="margin_top">4</property>
574                         <property name="margin_bottom">4</property>
575                         <property name="xalign">0.0099999997764825821</property>
576                         <property name="xpad">4</property>
577                         <property name="label" translatable="yes">Low threshold:</property>
578                       </object>
579                       <packing>
580                         <property name="left_attach">0</property>
581                         <property name="top_attach">2</property>
582                         <property name="width">1</property>
583                         <property name="height">1</property>
584                       </packing>
585                     </child>
586                   </object>
587                   <packing>
588                     <property name="position">2</property>
589                   </packing>
590                 </child>
591                 <child type="tab">
592                   <object class="GtkLabel" id="label13">
593                     <property name="visible">True</property>
594                     <property name="can_focus">False</property>
595                     <property name="margin_left">4</property>
596                     <property name="margin_right">4</property>
597                     <property name="margin_top">4</property>
598                     <property name="margin_bottom">4</property>
599                     <property name="label" translatable="yes">Alarm</property>
600                   </object>
601                   <packing>
602                     <property name="position">2</property>
603                     <property name="tab_fill">False</property>
604                   </packing>
605                 </child>
606                 <child>
607                   <object class="GtkGrid" id="grid3">
608                     <property name="visible">True</property>
609                     <property name="can_focus">False</property>
610                     <property name="margin_left">4</property>
611                     <property name="margin_right">4</property>
612                     <property name="margin_top">4</property>
613                     <property name="margin_bottom">4</property>
614                     <property name="row_spacing">4</property>
615                     <property name="column_spacing">4</property>
616                     <child>
617                       <object class="GtkCheckButton" id="indicator_checkbox">
618                         <property name="label" translatable="yes">Display sensor in the menu</property>
619                         <property name="visible">True</property>
620                         <property name="can_focus">True</property>
621                         <property name="receives_default">False</property>
622                         <property name="tooltip_text" translatable="yes">Psensor has not been build with AppIndicator support</property>
623                         <property name="margin_left">4</property>
624                         <property name="margin_right">4</property>
625                         <property name="margin_top">4</property>
626                         <property name="margin_bottom">4</property>
627                         <property name="xalign">0</property>
628                         <property name="draw_indicator">True</property>
629                         <signal name="toggled" handler="ui_sensorpref_appindicator_menu_toggled_cb" swapped="no"/>
630                       </object>
631                       <packing>
632                         <property name="left_attach">0</property>
633                         <property name="top_attach">0</property>
634                         <property name="width">1</property>
635                         <property name="height">1</property>
636                       </packing>
637                     </child>
638                     <child>
639                       <object class="GtkCheckButton" id="indicator_label_checkbox">
640                         <property name="label" translatable="yes">Display sensor in the label (experimental)</property>
641                         <property name="visible">True</property>
642                         <property name="can_focus">True</property>
643                         <property name="receives_default">False</property>
644                         <property name="tooltip_text" translatable="yes">Psensor has not been build with AppIndicator support</property>
645                         <property name="margin_left">4</property>
646                         <property name="margin_right">4</property>
647                         <property name="margin_top">4</property>
648                         <property name="margin_bottom">4</property>
649                         <property name="xalign">0</property>
650                         <property name="draw_indicator">True</property>
651                         <signal name="toggled" handler="ui_sensorpref_appindicator_label_toggled_cb" swapped="no"/>
652                       </object>
653                       <packing>
654                         <property name="left_attach">0</property>
655                         <property name="top_attach">1</property>
656                         <property name="width">1</property>
657                         <property name="height">1</property>
658                       </packing>
659                     </child>
660                   </object>
661                   <packing>
662                     <property name="position">3</property>
663                   </packing>
664                 </child>
665                 <child type="tab">
666                   <object class="GtkLabel" id="label1">
667                     <property name="visible">True</property>
668                     <property name="can_focus">False</property>
669                     <property name="margin_left">4</property>
670                     <property name="margin_right">4</property>
671                     <property name="margin_top">4</property>
672                     <property name="margin_bottom">4</property>
673                     <property name="label" translatable="yes">Application Indicator</property>
674                   </object>
675                   <packing>
676                     <property name="position">3</property>
677                     <property name="tab_fill">False</property>
678                   </packing>
679                 </child>
680               </object>
681               <packing>
682                 <property name="resize">True</property>
683                 <property name="shrink">True</property>
684               </packing>
685             </child>
686           </object>
687           <packing>
688             <property name="expand">True</property>
689             <property name="fill">True</property>
690             <property name="position">1</property>
691           </packing>
692         </child>
693       </object>
694     </child>
695     <action-widgets>
696       <action-widget response="-2">btn_close</action-widget>
697     </action-widgets>
698   </object>
699 </interface>