~jonnyjd/bzrlog/trunk

« back to all changes in this revision

Viewing changes to exportdialog.glade

  • Committer: Franck Pommereau
  • Date: 2008-07-17 19:20:20 UTC
  • Revision ID: pommereau@univ-paris12.fr-20080717192020-e3kz2crz9cs3nooe
 * improved export dialog

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
 
 
6
<widget class="GtkDialog" id="ExportDialog">
 
7
  <property name="visible">True</property>
 
8
  <property name="title" translatable="yes">Export project</property>
 
9
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
10
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
11
  <property name="modal">True</property>
 
12
  <property name="resizable">False</property>
 
13
  <property name="destroy_with_parent">False</property>
 
14
  <property name="decorated">True</property>
 
15
  <property name="skip_taskbar_hint">False</property>
 
16
  <property name="skip_pager_hint">False</property>
 
17
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
18
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
19
  <property name="focus_on_map">True</property>
 
20
  <property name="urgency_hint">False</property>
 
21
  <property name="has_separator">True</property>
 
22
 
 
23
  <child internal-child="vbox">
 
24
    <widget class="GtkVBox" id="dialog-vbox1">
 
25
      <property name="visible">True</property>
 
26
      <property name="homogeneous">False</property>
 
27
      <property name="spacing">0</property>
 
28
 
 
29
      <child internal-child="action_area">
 
30
        <widget class="GtkHButtonBox" id="dialog-action_area1">
 
31
          <property name="visible">True</property>
 
32
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
33
 
 
34
          <child>
 
35
            <widget class="GtkButton" id="cancelbutton1">
 
36
              <property name="visible">True</property>
 
37
              <property name="can_default">True</property>
 
38
              <property name="can_focus">True</property>
 
39
              <property name="label">gtk-cancel</property>
 
40
              <property name="use_stock">True</property>
 
41
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
42
              <property name="focus_on_click">True</property>
 
43
              <property name="response_id">-6</property>
 
44
            </widget>
 
45
          </child>
 
46
 
 
47
          <child>
 
48
            <widget class="GtkButton" id="okbutton1">
 
49
              <property name="visible">True</property>
 
50
              <property name="can_default">True</property>
 
51
              <property name="can_focus">True</property>
 
52
              <property name="label">gtk-ok</property>
 
53
              <property name="use_stock">True</property>
 
54
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
55
              <property name="focus_on_click">True</property>
 
56
              <property name="response_id">-5</property>
 
57
            </widget>
 
58
          </child>
 
59
        </widget>
 
60
        <packing>
 
61
          <property name="padding">0</property>
 
62
          <property name="expand">False</property>
 
63
          <property name="fill">True</property>
 
64
          <property name="pack_type">GTK_PACK_END</property>
 
65
        </packing>
 
66
      </child>
 
67
 
 
68
      <child>
 
69
        <widget class="GtkVBox" id="vbox5">
 
70
          <property name="visible">True</property>
 
71
          <property name="homogeneous">False</property>
 
72
          <property name="spacing">0</property>
 
73
 
 
74
          <child>
 
75
            <widget class="GtkTable" id="table4">
 
76
              <property name="border_width">4</property>
 
77
              <property name="visible">True</property>
 
78
              <property name="n_rows">4</property>
 
79
              <property name="n_columns">3</property>
 
80
              <property name="homogeneous">False</property>
 
81
              <property name="row_spacing">4</property>
 
82
              <property name="column_spacing">4</property>
 
83
 
 
84
              <child>
 
85
                <widget class="GtkEntry" id="EntryDir">
 
86
                  <property name="visible">True</property>
 
87
                  <property name="can_focus">True</property>
 
88
                  <property name="editable">True</property>
 
89
                  <property name="visibility">True</property>
 
90
                  <property name="max_length">0</property>
 
91
                  <property name="text" translatable="yes"></property>
 
92
                  <property name="has_frame">True</property>
 
93
                  <property name="invisible_char">●</property>
 
94
                  <property name="activates_default">False</property>
 
95
                  <signal name="changed" handler="on_EntryDir_changed" last_modification_time="Thu, 17 Jul 2008 19:06:05 GMT"/>
 
96
                </widget>
 
97
                <packing>
 
98
                  <property name="left_attach">1</property>
 
99
                  <property name="right_attach">2</property>
 
100
                  <property name="top_attach">0</property>
 
101
                  <property name="bottom_attach">1</property>
 
102
                  <property name="y_options"></property>
 
103
                </packing>
 
104
              </child>
 
105
 
 
106
              <child>
 
107
                <widget class="GtkButton" id="ButtonDir">
 
108
                  <property name="visible">True</property>
 
109
                  <property name="can_focus">True</property>
 
110
                  <property name="relief">GTK_RELIEF_NONE</property>
 
111
                  <property name="focus_on_click">False</property>
 
112
                  <signal name="clicked" handler="on_ButtonDir_clicked" last_modification_time="Thu, 17 Jul 2008 18:25:05 GMT"/>
 
113
 
 
114
                  <child>
 
115
                    <widget class="GtkImage" id="image2">
 
116
                      <property name="visible">True</property>
 
117
                      <property name="stock">gtk-open</property>
 
118
                      <property name="icon_size">4</property>
 
119
                      <property name="xalign">0.5</property>
 
120
                      <property name="yalign">0.5</property>
 
121
                      <property name="xpad">0</property>
 
122
                      <property name="ypad">0</property>
 
123
                    </widget>
 
124
                  </child>
 
125
                </widget>
 
126
                <packing>
 
127
                  <property name="left_attach">2</property>
 
128
                  <property name="right_attach">3</property>
 
129
                  <property name="top_attach">0</property>
 
130
                  <property name="bottom_attach">1</property>
 
131
                  <property name="x_options">fill</property>
 
132
                  <property name="y_options"></property>
 
133
                </packing>
 
134
              </child>
 
135
 
 
136
              <child>
 
137
                <widget class="GtkTable" id="table5">
 
138
                  <property name="visible">True</property>
 
139
                  <property name="n_rows">2</property>
 
140
                  <property name="n_columns">3</property>
 
141
                  <property name="homogeneous">True</property>
 
142
                  <property name="row_spacing">4</property>
 
143
                  <property name="column_spacing">4</property>
 
144
 
 
145
                  <child>
 
146
                    <widget class="GtkCheckButton" id="CheckTarGz">
 
147
                      <property name="visible">True</property>
 
148
                      <property name="can_focus">True</property>
 
149
                      <property name="label" translatable="yes">.tar.gz</property>
 
150
                      <property name="use_underline">True</property>
 
151
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
152
                      <property name="focus_on_click">True</property>
 
153
                      <property name="active">False</property>
 
154
                      <property name="inconsistent">False</property>
 
155
                      <property name="draw_indicator">True</property>
 
156
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:39:20 GMT"/>
 
157
                    </widget>
 
158
                    <packing>
 
159
                      <property name="left_attach">0</property>
 
160
                      <property name="right_attach">1</property>
 
161
                      <property name="top_attach">0</property>
 
162
                      <property name="bottom_attach">1</property>
 
163
                      <property name="x_options">fill</property>
 
164
                      <property name="y_options"></property>
 
165
                    </packing>
 
166
                  </child>
 
167
 
 
168
                  <child>
 
169
                    <widget class="GtkCheckButton" id="CheckTarBz2">
 
170
                      <property name="visible">True</property>
 
171
                      <property name="can_focus">True</property>
 
172
                      <property name="label" translatable="yes">.tar.bz2</property>
 
173
                      <property name="use_underline">True</property>
 
174
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
175
                      <property name="focus_on_click">True</property>
 
176
                      <property name="active">False</property>
 
177
                      <property name="inconsistent">False</property>
 
178
                      <property name="draw_indicator">True</property>
 
179
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:39:30 GMT"/>
 
180
                    </widget>
 
181
                    <packing>
 
182
                      <property name="left_attach">1</property>
 
183
                      <property name="right_attach">2</property>
 
184
                      <property name="top_attach">0</property>
 
185
                      <property name="bottom_attach">1</property>
 
186
                      <property name="x_options">fill</property>
 
187
                      <property name="y_options"></property>
 
188
                    </packing>
 
189
                  </child>
 
190
 
 
191
                  <child>
 
192
                    <widget class="GtkCheckButton" id="CheckZip">
 
193
                      <property name="visible">True</property>
 
194
                      <property name="can_focus">True</property>
 
195
                      <property name="label" translatable="yes">.zip</property>
 
196
                      <property name="use_underline">True</property>
 
197
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
198
                      <property name="focus_on_click">True</property>
 
199
                      <property name="active">False</property>
 
200
                      <property name="inconsistent">False</property>
 
201
                      <property name="draw_indicator">True</property>
 
202
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:39:43 GMT"/>
 
203
                    </widget>
 
204
                    <packing>
 
205
                      <property name="left_attach">2</property>
 
206
                      <property name="right_attach">3</property>
 
207
                      <property name="top_attach">0</property>
 
208
                      <property name="bottom_attach">1</property>
 
209
                      <property name="x_options">fill</property>
 
210
                      <property name="y_options"></property>
 
211
                    </packing>
 
212
                  </child>
 
213
 
 
214
                  <child>
 
215
                    <widget class="GtkCheckButton" id="CheckTgz">
 
216
                      <property name="visible">True</property>
 
217
                      <property name="can_focus">True</property>
 
218
                      <property name="label" translatable="yes">.tgz</property>
 
219
                      <property name="use_underline">True</property>
 
220
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
221
                      <property name="focus_on_click">True</property>
 
222
                      <property name="active">False</property>
 
223
                      <property name="inconsistent">False</property>
 
224
                      <property name="draw_indicator">True</property>
 
225
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:39:53 GMT"/>
 
226
                    </widget>
 
227
                    <packing>
 
228
                      <property name="left_attach">0</property>
 
229
                      <property name="right_attach">1</property>
 
230
                      <property name="top_attach">1</property>
 
231
                      <property name="bottom_attach">2</property>
 
232
                      <property name="x_options">fill</property>
 
233
                      <property name="y_options"></property>
 
234
                    </packing>
 
235
                  </child>
 
236
 
 
237
                  <child>
 
238
                    <widget class="GtkCheckButton" id="CheckTbz2">
 
239
                      <property name="visible">True</property>
 
240
                      <property name="can_focus">True</property>
 
241
                      <property name="label" translatable="yes">.tbz2</property>
 
242
                      <property name="use_underline">True</property>
 
243
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
244
                      <property name="focus_on_click">True</property>
 
245
                      <property name="active">False</property>
 
246
                      <property name="inconsistent">False</property>
 
247
                      <property name="draw_indicator">True</property>
 
248
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:40:02 GMT"/>
 
249
                    </widget>
 
250
                    <packing>
 
251
                      <property name="left_attach">1</property>
 
252
                      <property name="right_attach">2</property>
 
253
                      <property name="top_attach">1</property>
 
254
                      <property name="bottom_attach">2</property>
 
255
                      <property name="x_options">fill</property>
 
256
                      <property name="y_options"></property>
 
257
                    </packing>
 
258
                  </child>
 
259
 
 
260
                  <child>
 
261
                    <widget class="GtkCheckButton" id="CheckTar">
 
262
                      <property name="visible">True</property>
 
263
                      <property name="can_focus">True</property>
 
264
                      <property name="label" translatable="yes">.tar</property>
 
265
                      <property name="use_underline">True</property>
 
266
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
267
                      <property name="focus_on_click">True</property>
 
268
                      <property name="active">False</property>
 
269
                      <property name="inconsistent">False</property>
 
270
                      <property name="draw_indicator">True</property>
 
271
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:40:10 GMT"/>
 
272
                    </widget>
 
273
                    <packing>
 
274
                      <property name="left_attach">2</property>
 
275
                      <property name="right_attach">3</property>
 
276
                      <property name="top_attach">1</property>
 
277
                      <property name="bottom_attach">2</property>
 
278
                      <property name="x_options">fill</property>
 
279
                      <property name="y_options"></property>
 
280
                    </packing>
 
281
                  </child>
 
282
                </widget>
 
283
                <packing>
 
284
                  <property name="left_attach">1</property>
 
285
                  <property name="right_attach">3</property>
 
286
                  <property name="top_attach">1</property>
 
287
                  <property name="bottom_attach">2</property>
 
288
                  <property name="x_options">fill</property>
 
289
                  <property name="y_options">fill</property>
 
290
                </packing>
 
291
              </child>
 
292
 
 
293
              <child>
 
294
                <widget class="GtkLabel" id="label5">
 
295
                  <property name="visible">True</property>
 
296
                  <property name="label" translatable="yes">Directory</property>
 
297
                  <property name="use_underline">False</property>
 
298
                  <property name="use_markup">False</property>
 
299
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
300
                  <property name="wrap">False</property>
 
301
                  <property name="selectable">False</property>
 
302
                  <property name="xalign">0</property>
 
303
                  <property name="yalign">0.5</property>
 
304
                  <property name="xpad">0</property>
 
305
                  <property name="ypad">0</property>
 
306
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
307
                  <property name="width_chars">-1</property>
 
308
                  <property name="single_line_mode">False</property>
 
309
                  <property name="angle">0</property>
 
310
                </widget>
 
311
                <packing>
 
312
                  <property name="left_attach">0</property>
 
313
                  <property name="right_attach">1</property>
 
314
                  <property name="top_attach">0</property>
 
315
                  <property name="bottom_attach">1</property>
 
316
                  <property name="x_options">fill</property>
 
317
                  <property name="y_options">fill</property>
 
318
                </packing>
 
319
              </child>
 
320
 
 
321
              <child>
 
322
                <widget class="GtkLabel" id="label6">
 
323
                  <property name="visible">True</property>
 
324
                  <property name="label" translatable="yes">Formats</property>
 
325
                  <property name="use_underline">False</property>
 
326
                  <property name="use_markup">False</property>
 
327
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
328
                  <property name="wrap">False</property>
 
329
                  <property name="selectable">False</property>
 
330
                  <property name="xalign">0</property>
 
331
                  <property name="yalign">0</property>
 
332
                  <property name="xpad">0</property>
 
333
                  <property name="ypad">0</property>
 
334
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
335
                  <property name="width_chars">-1</property>
 
336
                  <property name="single_line_mode">False</property>
 
337
                  <property name="angle">0</property>
 
338
                </widget>
 
339
                <packing>
 
340
                  <property name="left_attach">0</property>
 
341
                  <property name="right_attach">1</property>
 
342
                  <property name="top_attach">1</property>
 
343
                  <property name="bottom_attach">2</property>
 
344
                  <property name="x_options">fill</property>
 
345
                  <property name="y_options">fill</property>
 
346
                </packing>
 
347
              </child>
 
348
 
 
349
              <child>
 
350
                <widget class="GtkVBox" id="vbox6">
 
351
                  <property name="visible">True</property>
 
352
                  <property name="homogeneous">False</property>
 
353
                  <property name="spacing">0</property>
 
354
 
 
355
                  <child>
 
356
                    <widget class="GtkCheckButton" id="CheckStrip">
 
357
                      <property name="visible">True</property>
 
358
                      <property name="can_focus">True</property>
 
359
                      <property name="label" translatable="yes">strip version</property>
 
360
                      <property name="use_underline">True</property>
 
361
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
362
                      <property name="focus_on_click">True</property>
 
363
                      <property name="active">False</property>
 
364
                      <property name="inconsistent">False</property>
 
365
                      <property name="draw_indicator">True</property>
 
366
                      <signal name="toggled" handler="_refresh" last_modification_time="Thu, 17 Jul 2008 18:40:18 GMT"/>
 
367
                    </widget>
 
368
                    <packing>
 
369
                      <property name="padding">0</property>
 
370
                      <property name="expand">False</property>
 
371
                      <property name="fill">False</property>
 
372
                    </packing>
 
373
                  </child>
 
374
 
 
375
                  <child>
 
376
                    <widget class="GtkCheckButton" id="CheckRoot">
 
377
                      <property name="visible">True</property>
 
378
                      <property name="tooltip" translatable="yes">Name of the root directory inside the exported file</property>
 
379
                      <property name="can_focus">True</property>
 
380
                      <property name="label" translatable="yes">include a root directory</property>
 
381
                      <property name="use_underline">True</property>
 
382
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
383
                      <property name="focus_on_click">True</property>
 
384
                      <property name="active">False</property>
 
385
                      <property name="inconsistent">False</property>
 
386
                      <property name="draw_indicator">True</property>
 
387
                      <signal name="toggled" handler="on_CheckRoot_toggled" last_modification_time="Thu, 17 Jul 2008 18:17:07 GMT"/>
 
388
                    </widget>
 
389
                    <packing>
 
390
                      <property name="padding">0</property>
 
391
                      <property name="expand">False</property>
 
392
                      <property name="fill">False</property>
 
393
                    </packing>
 
394
                  </child>
 
395
 
 
396
                  <child>
 
397
                    <widget class="GtkEntry" id="EntryRoot">
 
398
                      <property name="visible">True</property>
 
399
                      <property name="can_focus">True</property>
 
400
                      <property name="editable">True</property>
 
401
                      <property name="visibility">True</property>
 
402
                      <property name="max_length">0</property>
 
403
                      <property name="text" translatable="yes"></property>
 
404
                      <property name="has_frame">True</property>
 
405
                      <property name="invisible_char">●</property>
 
406
                      <property name="activates_default">False</property>
 
407
                    </widget>
 
408
                    <packing>
 
409
                      <property name="padding">0</property>
 
410
                      <property name="expand">False</property>
 
411
                      <property name="fill">False</property>
 
412
                    </packing>
 
413
                  </child>
 
414
                </widget>
 
415
                <packing>
 
416
                  <property name="left_attach">1</property>
 
417
                  <property name="right_attach">3</property>
 
418
                  <property name="top_attach">2</property>
 
419
                  <property name="bottom_attach">3</property>
 
420
                  <property name="x_options">fill</property>
 
421
                  <property name="y_options">fill</property>
 
422
                </packing>
 
423
              </child>
 
424
 
 
425
              <child>
 
426
                <widget class="GtkLabel" id="label7">
 
427
                  <property name="visible">True</property>
 
428
                  <property name="label" translatable="yes">Options</property>
 
429
                  <property name="use_underline">False</property>
 
430
                  <property name="use_markup">False</property>
 
431
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
432
                  <property name="wrap">False</property>
 
433
                  <property name="selectable">False</property>
 
434
                  <property name="xalign">0</property>
 
435
                  <property name="yalign">0</property>
 
436
                  <property name="xpad">0</property>
 
437
                  <property name="ypad">0</property>
 
438
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
439
                  <property name="width_chars">-1</property>
 
440
                  <property name="single_line_mode">False</property>
 
441
                  <property name="angle">0</property>
 
442
                </widget>
 
443
                <packing>
 
444
                  <property name="left_attach">0</property>
 
445
                  <property name="right_attach">1</property>
 
446
                  <property name="top_attach">2</property>
 
447
                  <property name="bottom_attach">3</property>
 
448
                  <property name="x_options">fill</property>
 
449
                  <property name="y_options">fill</property>
 
450
                </packing>
 
451
              </child>
 
452
 
 
453
              <child>
 
454
                <widget class="GtkLabel" id="label8">
 
455
                  <property name="visible">True</property>
 
456
                  <property name="label" translatable="yes">Files</property>
 
457
                  <property name="use_underline">False</property>
 
458
                  <property name="use_markup">False</property>
 
459
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
460
                  <property name="wrap">False</property>
 
461
                  <property name="selectable">False</property>
 
462
                  <property name="xalign">0</property>
 
463
                  <property name="yalign">0</property>
 
464
                  <property name="xpad">0</property>
 
465
                  <property name="ypad">0</property>
 
466
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
467
                  <property name="width_chars">-1</property>
 
468
                  <property name="single_line_mode">False</property>
 
469
                  <property name="angle">0</property>
 
470
                </widget>
 
471
                <packing>
 
472
                  <property name="left_attach">0</property>
 
473
                  <property name="right_attach">1</property>
 
474
                  <property name="top_attach">3</property>
 
475
                  <property name="bottom_attach">4</property>
 
476
                  <property name="x_options">fill</property>
 
477
                  <property name="y_options">fill</property>
 
478
                </packing>
 
479
              </child>
 
480
 
 
481
              <child>
 
482
                <widget class="GtkScrolledWindow" id="scrolledwindow3">
 
483
                  <property name="visible">True</property>
 
484
                  <property name="can_focus">True</property>
 
485
                  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
486
                  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
487
                  <property name="shadow_type">GTK_SHADOW_IN</property>
 
488
                  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
489
 
 
490
                  <child>
 
491
                    <widget class="GtkTextView" id="TextFiles">
 
492
                      <property name="visible">True</property>
 
493
                      <property name="can_focus">True</property>
 
494
                      <property name="editable">False</property>
 
495
                      <property name="overwrite">False</property>
 
496
                      <property name="accepts_tab">True</property>
 
497
                      <property name="justification">GTK_JUSTIFY_LEFT</property>
 
498
                      <property name="wrap_mode">GTK_WRAP_NONE</property>
 
499
                      <property name="cursor_visible">False</property>
 
500
                      <property name="pixels_above_lines">0</property>
 
501
                      <property name="pixels_below_lines">0</property>
 
502
                      <property name="pixels_inside_wrap">0</property>
 
503
                      <property name="left_margin">0</property>
 
504
                      <property name="right_margin">0</property>
 
505
                      <property name="indent">0</property>
 
506
                      <property name="text" translatable="yes"></property>
 
507
                    </widget>
 
508
                  </child>
 
509
                </widget>
 
510
                <packing>
 
511
                  <property name="left_attach">1</property>
 
512
                  <property name="right_attach">3</property>
 
513
                  <property name="top_attach">3</property>
 
514
                  <property name="bottom_attach">4</property>
 
515
                  <property name="x_options">fill</property>
 
516
                  <property name="y_options">fill</property>
 
517
                </packing>
 
518
              </child>
 
519
            </widget>
 
520
            <packing>
 
521
              <property name="padding">0</property>
 
522
              <property name="expand">True</property>
 
523
              <property name="fill">True</property>
 
524
            </packing>
 
525
          </child>
 
526
        </widget>
 
527
        <packing>
 
528
          <property name="padding">0</property>
 
529
          <property name="expand">True</property>
 
530
          <property name="fill">True</property>
 
531
        </packing>
 
532
      </child>
 
533
    </widget>
 
534
  </child>
 
535
</widget>
 
536
 
 
537
</glade-interface>