~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/printers/printers.ui

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.20"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkVBox" id="main-vbox">
 
6
    <property name="border_width">10</property>
 
7
    <property name="orientation">vertical</property>
 
8
    <property name="spacing">10</property>
 
9
    <child>
 
10
      <object class="GtkHBox" id="hbox1">
 
11
        <property name="visible">True</property>
 
12
        <property name="spacing">10</property>
 
13
        <child>
 
14
          <object class="GtkVBox" id="vbox4">
 
15
            <property name="visible">True</property>
 
16
            <property name="orientation">vertical</property>
 
17
            <child>
 
18
              <object class="GtkScrolledWindow" id="printers-scrolledwindow">
 
19
                <property name="visible">True</property>
 
20
                <property name="can_focus">True</property>
 
21
                <property name="hscrollbar_policy">never</property>
 
22
                <property name="vscrollbar_policy">automatic</property>
 
23
                <property name="shadow_type">in</property>
 
24
                <child>
 
25
                  <object class="GtkTreeView" id="printers-treeview">
 
26
                    <property name="visible">True</property>
 
27
                    <property name="can_focus">True</property>
 
28
                    <property name="headers_visible">False</property>
 
29
                  </object>
 
30
                </child>
 
31
              </object>
 
32
              <packing>
 
33
                <property name="position">0</property>
 
34
              </packing>
 
35
            </child>
 
36
            <child>
 
37
              <object class="GtkToolbar" id="printers-toolbar">
 
38
                <property name="visible">True</property>
 
39
                <property name="icon_size">1</property>
 
40
                <property name="icon_size_set">True</property>
 
41
                <property name="toolbar-style">icons</property>
 
42
                <style>
 
43
                  <class name="inline-toolbar"/>
 
44
                </style>
 
45
                <child>
 
46
                  <object class="GtkToolButton" id="printer-add-button">
 
47
                    <property name="visible">True</property>
 
48
                    <property name="sensitive">True</property>
 
49
                    <property name="use_underline">True</property>
 
50
                    <property name="icon_name">list-add-symbolic</property>
 
51
                    <property name="label" translatable="yes">Add Printer</property>
 
52
                  </object>
 
53
                  <packing>
 
54
                    <property name="expand">False</property>
 
55
                    <property name="homogeneous">True</property>
 
56
                  </packing>
 
57
                </child>
 
58
                <child>
 
59
                  <object class="GtkToolButton" id="printer-remove-button">
 
60
                    <property name="visible">True</property>
 
61
                    <property name="use_underline">True</property>
 
62
                    <property name="icon_name">list-remove-symbolic</property>
 
63
                    <property name="label" translatable="yes">Remove Printer</property>
 
64
                  </object>
 
65
                  <packing>
 
66
                    <property name="expand">False</property>
 
67
                    <property name="homogeneous">True</property>
 
68
                  </packing>
 
69
                </child>
 
70
              </object>
 
71
              <packing>
 
72
                <property name="expand">False</property>
 
73
                <property name="position">1</property>
 
74
              </packing>
 
75
            </child>
 
76
          </object>
 
77
          <packing>
 
78
            <property name="expand">False</property>
 
79
            <property name="position">0</property>
 
80
          </packing>
 
81
        </child>
 
82
        <child>
 
83
          <object class="GtkNotebook" id="notebook">
 
84
            <property name="visible">True</property>
 
85
            <property name="can_focus">True</property>
 
86
            <property name="show_tabs">False</property>
 
87
            <property name="show_border">False</property>
 
88
            <child>
 
89
              <object class="GtkVBox" id="vbox1">
 
90
                <property name="visible">True</property>
 
91
                <property name="orientation">vertical</property>
 
92
                <property name="spacing">10</property>
 
93
                <child>
 
94
                  <object class="GtkTable" id="table1">
 
95
                    <property name="visible">True</property>
 
96
                    <property name="n_rows">8</property>
 
97
                    <property name="n_columns">3</property>
 
98
                    <property name="column_spacing">18</property>
 
99
                    <property name="row_spacing">10</property>
 
100
                    <child>
 
101
                      <object class="GtkLabel" id="supply-label">
 
102
                        <property name="visible">True</property>
 
103
                        <property name="xalign">1</property>
 
104
                        <property name="label" translatable="yes" comments="Translators: By supply we mean ink, toner, staples, water, ...">Supply</property>
 
105
                        <style>
 
106
                          <class name="dim-label"/>
 
107
                        </style>
 
108
                      </object>
 
109
                      <packing>
 
110
                        <property name="top_attach">5</property>
 
111
                        <property name="bottom_attach">6</property>
 
112
                        <property name="x_options">GTK_FILL</property>
 
113
                        <property name="y_options">GTK_FILL</property>
 
114
                      </packing>
 
115
                    </child>
 
116
                    <child>
 
117
                      <object class="GtkLabel" id="label10">
 
118
                        <property name="visible">True</property>
 
119
                        <property name="xalign">1</property>
 
120
                        <property name="label" translatable="yes" comments="Translators: Location of the printer (e.g. Lab, 1st floor,...).">Location</property>
 
121
                        <style>
 
122
                          <class name="dim-label"/>
 
123
                        </style>
 
124
                      </object>
 
125
                      <packing>
 
126
                        <property name="top_attach">2</property>
 
127
                        <property name="bottom_attach">3</property>
 
128
                        <property name="x_options">GTK_FILL</property>
 
129
                        <property name="y_options">GTK_FILL</property>
 
130
                      </packing>
 
131
                    </child>
 
132
                    <child>
 
133
                      <object class="GtkDrawingArea" id="supply-drawing-area">
 
134
                        <property name="visible">True</property>
 
135
                      </object>
 
136
                      <packing>
 
137
                        <property name="left_attach">1</property>
 
138
                        <property name="right_attach">3</property>
 
139
                        <property name="top_attach">5</property>
 
140
                        <property name="bottom_attach">6</property>
 
141
                        <property name="y_options">GTK_FILL</property>
 
142
                      </packing>
 
143
                    </child>
 
144
                    <child>
 
145
                      <object class="CcEditableEntry" id="printer-location-label">
 
146
                        <property name="visible">True</property>
 
147
                        <property name="xalign">0</property>
 
148
                        <property name="text">---</property>
 
149
                      </object>
 
150
                      <packing>
 
151
                        <property name="left_attach">1</property>
 
152
                        <property name="right_attach">3</property>
 
153
                        <property name="top_attach">2</property>
 
154
                        <property name="bottom_attach">3</property>
 
155
                        <property name="y_options">GTK_FILL</property>
 
156
                      </packing>
 
157
                    </child>
 
158
                    <child>
 
159
                      <object class="CcEditableEntry" id="printer-status-label">
 
160
                        <property name="visible">True</property>
 
161
                        <property name="xalign">0</property>
 
162
                        <property name="yalign">0</property>
 
163
                        <property name="text">Printing...</property>
 
164
                      </object>
 
165
                      <packing>
 
166
                        <property name="left_attach">1</property>
 
167
                        <property name="right_attach">2</property>
 
168
                        <property name="top_attach">1</property>
 
169
                        <property name="bottom_attach">2</property>
 
170
                        <property name="y_options">GTK_FILL</property>
 
171
                      </packing>
 
172
                    </child>
 
173
                    <child>
 
174
                      <object class="GtkCheckButton" id="printer-default-check-button">
 
175
                        <property name="visible">True</property>
 
176
                        <property name="can_focus">True</property>
 
177
                        <property name="receives_default">False</property>
 
178
                        <property name="draw_indicator">True</property>
 
179
                        <child>
 
180
                          <object class="GtkLabel" id="label8">
 
181
                            <property name="visible">True</property>
 
182
                            <property name="label" translatable="yes" comments="Translators: This checkbox is checked when the default printer is selected.">_Default</property>
 
183
                            <property name="use_underline">True</property>
 
184
                            <attributes>
 
185
                              <attribute name="style" value="normal"/>
 
186
                            </attributes>
 
187
                          </object>
 
188
                        </child>
 
189
                      </object>
 
190
                      <packing>
 
191
                        <property name="left_attach">1</property>
 
192
                        <property name="top_attach">7</property>
 
193
                        <property name="bottom_attach">8</property>
 
194
                        <property name="y_options">GTK_FILL</property>
 
195
                      </packing>
 
196
                    </child>
 
197
                    <child>
 
198
                      <object class="GtkLabel" id="label12">
 
199
                        <property name="visible">True</property>
 
200
                        <property name="label" translatable="yes"></property>
 
201
                      </object>
 
202
                      <packing>
 
203
                        <property name="top_attach">7</property>
 
204
                        <property name="bottom_attach">8</property>
 
205
                        <property name="x_options">GTK_FILL</property>
 
206
                        <property name="y_options">GTK_FILL</property>
 
207
                      </packing>
 
208
                    </child>
 
209
                    <child>
 
210
                      <object class="GtkLabel" id="label3">
 
211
                        <property name="visible">True</property>
 
212
                        <property name="xalign">1</property>
 
213
                        <property name="label" translatable="yes">Jobs</property>
 
214
                        <style>
 
215
                          <class name="dim-label"/>
 
216
                        </style>
 
217
                      </object>
 
218
                      <packing>
 
219
                        <property name="top_attach">6</property>
 
220
                        <property name="bottom_attach">7</property>
 
221
                        <property name="x_options">GTK_FILL</property>
 
222
                        <property name="y_options"></property>
 
223
                      </packing>
 
224
                    </child>
 
225
                    <child>
 
226
                      <object class="CcEditableEntry" id="printer-jobs-label">
 
227
                        <property name="visible">True</property>
 
228
                        <property name="xalign">0</property>
 
229
                        <property name="text" translatable="no">0 active</property>
 
230
                      </object>
 
231
                      <packing>
 
232
                        <property name="left_attach">1</property>
 
233
                        <property name="top_attach">6</property>
 
234
                        <property name="bottom_attach">7</property>
 
235
                        <property name="y_options">GTK_FILL</property>
 
236
                      </packing>
 
237
                    </child>
 
238
                    <child>
 
239
                      <object class="GtkButton" id="printer-jobs-button">
 
240
                        <property name="label" translatable="yes" comments="Tanslators: Opens a dialog containing printer's jobs">_Show</property>
 
241
                        <property name="visible">True</property>
 
242
                        <property name="can_focus">True</property>
 
243
                        <property name="receives_default">True</property>
 
244
                        <property name="use_underline">True</property>
 
245
                        <property name="halign">GTK_ALIGN_END</property>
 
246
                        <property name="valign">GTK_ALIGN_CENTER</property>
 
247
                      </object>
 
248
                      <packing>
 
249
                        <property name="left_attach">2</property>
 
250
                        <property name="right_attach">3</property>
 
251
                        <property name="top_attach">6</property>
 
252
                        <property name="bottom_attach">7</property>
 
253
                        <property name="x_options">GTK_FILL</property>
 
254
                        <property name="y_options">GTK_FILL</property>
 
255
                      </packing>
 
256
                    </child>
 
257
                    <child>
 
258
                      <object class="CcEditableEntry" id="printer-name-label">
 
259
                        <property name="visible">True</property>
 
260
                        <property name="xalign">0</property>
 
261
                        <property name="yalign">1</property>
 
262
                        <property name="text">Printer</property>
 
263
                        <property name="weight">700</property>
 
264
                        <property name="scale">1.2</property>
 
265
                      </object>
 
266
                      <packing>
 
267
                        <property name="left_attach">1</property>
 
268
                        <property name="right_attach">2</property>
 
269
                        <property name="y_options">GTK_FILL</property>
 
270
                      </packing>
 
271
                    </child>
 
272
                    <child>
 
273
                      <object class="GtkImage" id="printer-icon">
 
274
                        <property name="visible">True</property>
 
275
                        <property name="xalign">1</property>
 
276
                        <property name="pixel_size">64</property>
 
277
                        <property name="icon_name">printer</property>
 
278
                      </object>
 
279
                      <packing>
 
280
                        <property name="bottom_attach">2</property>
 
281
                        <property name="x_options">GTK_FILL</property>
 
282
                        <property name="y_options">GTK_FILL</property>
 
283
                      </packing>
 
284
                    </child>
 
285
                    <child>
 
286
                      <object class="GtkLabel" id="label14">
 
287
                        <property name="visible">True</property>
 
288
                        <property name="xalign">1</property>
 
289
                        <property name="label" translatable="yes">Model</property>
 
290
                        <style>
 
291
                          <class name="dim-label"/>
 
292
                        </style>
 
293
                      </object>
 
294
                      <packing>
 
295
                        <property name="top_attach">3</property>
 
296
                        <property name="bottom_attach">4</property>
 
297
                        <property name="x_options">GTK_FILL</property>
 
298
                        <property name="y_options">GTK_FILL</property>
 
299
                      </packing>
 
300
                    </child>
 
301
                    <child>
 
302
                      <object class="GtkLabel" id="label15">
 
303
                        <property name="visible">True</property>
 
304
                        <property name="xalign">1</property>
 
305
                        <property name="label" translatable="yes">IP Address</property>
 
306
                        <style>
 
307
                          <class name="dim-label"/>
 
308
                        </style>
 
309
                      </object>
 
310
                      <packing>
 
311
                        <property name="top_attach">4</property>
 
312
                        <property name="bottom_attach">5</property>
 
313
                        <property name="x_options">GTK_FILL</property>
 
314
                        <property name="y_options">GTK_FILL</property>
 
315
                      </packing>
 
316
                    </child>
 
317
                    <child>
 
318
                      <object class="GtkNotebook" id="printer-model-notebook">
 
319
                        <property name="visible">True</property>
 
320
                        <property name="can_focus">True</property>
 
321
                        <property name="show_tabs">False</property>
 
322
                        <child>
 
323
                          <object class="GtkButton" id="printer-model-button">
 
324
                            <property name="use_action_appearance">False</property>
 
325
                            <property name="visible">True</property>
 
326
                            <property name="can_focus">True</property>
 
327
                            <property name="receives_default">True</property>
 
328
                            <property name="use_action_appearance">False</property>
 
329
                            <property name="relief">none</property>
 
330
                            <property name="xalign">0</property>
 
331
                          </object>
 
332
                        </child>
 
333
                        <child type="tab">
 
334
                          <object class="GtkLabel" id="label7">
 
335
                            <property name="visible">True</property>
 
336
                            <property name="can_focus">False</property>
 
337
                            <property name="label" translatable="yes">page 1</property>
 
338
                          </object>
 
339
                          <packing>
 
340
                            <property name="tab_fill">False</property>
 
341
                          </packing>
 
342
                        </child>
 
343
                        <child>
 
344
                          <object class="GtkLabel" id="printer-model-label">
 
345
                            <property name="visible">True</property>
 
346
                            <property name="selectable">True</property>
 
347
                            <property name="can_focus">False</property>
 
348
                            <property name="xalign">0</property>
 
349
                            <property name="label" translatable="yes">label</property>
 
350
                          </object>
 
351
                          <packing>
 
352
                            <property name="position">1</property>
 
353
                          </packing>
 
354
                        </child>
 
355
                        <child type="tab">
 
356
                          <object class="GtkLabel" id="label13">
 
357
                            <property name="visible">True</property>
 
358
                            <property name="can_focus">False</property>
 
359
                            <property name="label" translatable="yes">page 2</property>
 
360
                          </object>
 
361
                          <packing>
 
362
                            <property name="position">1</property>
 
363
                            <property name="tab_fill">False</property>
 
364
                          </packing>
 
365
                        </child>
 
366
                        <child>
 
367
                          <object class="GtkLabel" id="label17">
 
368
                            <property name="visible">True</property>
 
369
                            <property name="sensitive">False</property>
 
370
                            <property name="can_focus">False</property>
 
371
                            <property name="xalign">0</property>
 
372
                            <property name="xpad">10</property>
 
373
                            <property name="label" translatable="yes">Setting new driver...</property>
 
374
                          </object>
 
375
                          <packing>
 
376
                            <property name="position">2</property>
 
377
                          </packing>
 
378
                        </child>
 
379
                        <child type="tab">
 
380
                          <object class="GtkLabel" id="label16">
 
381
                            <property name="visible">True</property>
 
382
                            <property name="can_focus">False</property>
 
383
                            <property name="label" translatable="yes">page 3</property>
 
384
                          </object>
 
385
                          <packing>
 
386
                            <property name="position">2</property>
 
387
                            <property name="tab_fill">False</property>
 
388
                          </packing>
 
389
                        </child>
 
390
                      </object>
 
391
                      <packing>
 
392
                        <property name="left_attach">1</property>
 
393
                        <property name="right_attach">3</property>
 
394
                        <property name="top_attach">3</property>
 
395
                        <property name="bottom_attach">4</property>
 
396
                      </packing>
 
397
                    </child>
 
398
                    <child>
 
399
                      <object class="CcEditableEntry" id="printer-ip-address-label">
 
400
                        <property name="visible">True</property>
 
401
                        <property name="xalign">0</property>
 
402
                        <property name="text">---</property>
 
403
                      </object>
 
404
                      <packing>
 
405
                        <property name="left_attach">1</property>
 
406
                        <property name="top_attach">4</property>
 
407
                        <property name="bottom_attach">5</property>
 
408
                        <property name="y_options">GTK_FILL</property>
 
409
                      </packing>
 
410
                    </child>
 
411
                    <child>
 
412
                      <object class="GtkSwitch" id="printer-disable-switch">
 
413
                        <property name="visible">True</property>
 
414
                        <property name="can_focus">True</property>
 
415
                        <property name="receives_default">True</property>
 
416
                        <property name="halign">GTK_ALIGN_END</property>
 
417
                        <property name="valign">GTK_ALIGN_CENTER</property>
 
418
                      </object>
 
419
                      <packing>
 
420
                        <property name="left_attach">2</property>
 
421
                        <property name="right_attach">3</property>
 
422
                        <property name="bottom_attach">2</property>
 
423
                        <property name="x_options">GTK_FILL</property>
 
424
                        <property name="y_options">GTK_FILL</property>
 
425
                      </packing>
 
426
                    </child>
 
427
                    <child>
 
428
                      <object class="GtkLabel" id="label18">
 
429
                        <property name="visible">True</property>
 
430
                      </object>
 
431
                      <packing>
 
432
                        <property name="left_attach">2</property>
 
433
                        <property name="right_attach">3</property>
 
434
                        <property name="top_attach">4</property>
 
435
                        <property name="bottom_attach">5</property>
 
436
                        <property name="x_options">0</property>
 
437
                        <property name="y_options">0</property>
 
438
                      </packing>
 
439
                    </child>
 
440
                    <child>
 
441
                      <object class="GtkLabel" id="label20">
 
442
                        <property name="visible">True</property>
 
443
                      </object>
 
444
                      <packing>
 
445
                        <property name="left_attach">2</property>
 
446
                        <property name="right_attach">3</property>
 
447
                        <property name="top_attach">7</property>
 
448
                        <property name="bottom_attach">8</property>
 
449
                        <property name="x_options">0</property>
 
450
                        <property name="y_options">0</property>
 
451
                      </packing>
 
452
                    </child>
 
453
                  </object>
 
454
                  <packing>
 
455
                    <property name="expand">False</property>
 
456
                    <property name="position">0</property>
 
457
                  </packing>
 
458
                </child>
 
459
                <child>
 
460
                  <object class="GtkHButtonBox" id="hbuttonbox1">
 
461
                    <property name="visible">True</property>
 
462
                    <property name="spacing">5</property>
 
463
                    <property name="homogeneous">True</property>
 
464
                    <child>
 
465
                      <object class="GtkButton" id="print-test-page-button">
 
466
                        <property name="label" translatable="yes" comments="Translators: This button executes command which prints test page.">Print _Test Page</property>
 
467
                        <property name="use_underline">True</property>
 
468
                        <property name="visible">True</property>
 
469
                        <property name="can_focus">True</property>
 
470
                        <property name="receives_default">True</property>
 
471
                      </object>
 
472
                      <packing>
 
473
                        <property name="expand">False</property>
 
474
                        <property name="fill">False</property>
 
475
                        <property name="position">0</property>
 
476
                      </packing>
 
477
                    </child>
 
478
                    <child>
 
479
                      <object class="GtkButton" id="printer-options-button">
 
480
                        <property name="label" translatable="yes" comments="Translators: This button opens printer's options tab">_Options</property>
 
481
                        <property name="visible">True</property>
 
482
                        <property name="use_underline">True</property>
 
483
                        <property name="can_focus">True</property>
 
484
                        <property name="receives_default">True</property>
 
485
                      </object>
 
486
                      <packing>
 
487
                        <property name="expand">False</property>
 
488
                        <property name="fill">False</property>
 
489
                        <property name="position">1</property>
 
490
                      </packing>
 
491
                    </child>
 
492
                  </object>
 
493
                  <packing>
 
494
                    <property name="expand">False</property>
 
495
                    <property name="pack_type">end</property>
 
496
                    <property name="position">1</property>
 
497
                  </packing>
 
498
                </child>
 
499
              </object>
 
500
              <packing>
 
501
                <property name="tab_expand">True</property>
 
502
              </packing>
 
503
            </child>
 
504
            <child type="tab">
 
505
              <object class="GtkLabel" id="label2">
 
506
                <property name="visible">True</property>
 
507
                <property name="label">Info</property>
 
508
              </object>
 
509
              <packing>
 
510
                <property name="tab_fill">False</property>
 
511
              </packing>
 
512
            </child>
 
513
            <child>
 
514
              <object class="GtkHButtonBox" id="hbuttonbox2">
 
515
                <property name="visible">True</property>
 
516
                <child>
 
517
                  <object class="GtkButton" id="printer-add-button2">
 
518
                    <property name="label" translatable="yes" comments="Translators: This button adds new printer.">Add New Printer</property>
 
519
                    <property name="visible">True</property>
 
520
                    <property name="can_focus">True</property>
 
521
                    <property name="receives_default">True</property>
 
522
                  </object>
 
523
                  <packing>
 
524
                    <property name="expand">False</property>
 
525
                    <property name="fill">False</property>
 
526
                    <property name="position">0</property>
 
527
                  </packing>
 
528
                </child>
 
529
              </object>
 
530
              <packing>
 
531
                <property name="position">1</property>
 
532
              </packing>
 
533
            </child>
 
534
            <child type="tab">
 
535
              <object class="GtkLabel" id="label21">
 
536
                <property name="visible">True</property>
 
537
                <property name="label">No printers</property>
 
538
              </object>
 
539
              <packing>
 
540
                <property name="position">1</property>
 
541
                <property name="tab_fill">False</property>
 
542
              </packing>
 
543
            </child>
 
544
            <child>
 
545
              <object class="GtkVBox" id="vbox7">
 
546
                <property name="visible">True</property>
 
547
                <property name="can_focus">False</property>
 
548
                <property name="spacing">20</property>
 
549
                <child>
 
550
                  <object class="GtkLabel" id="no-cups-label">
 
551
                    <property name="visible">True</property>
 
552
                    <property name="can_focus">False</property>
 
553
                    <property name="yalign">1</property>
 
554
                    <property name="label" translatable="yes" comments="Translators: The CUPS server is not running (we can not connect to it).">Sorry! The system printing service
 
555
doesn't seem to be available.</property>
 
556
                  </object>
 
557
                  <packing>
 
558
                    <property name="expand">True</property>
 
559
                    <property name="fill">True</property>
 
560
                    <property name="position">0</property>
 
561
                  </packing>
 
562
                </child>
 
563
                <child>
 
564
                  <object class="GtkImage" id="image1">
 
565
                    <property name="visible">True</property>
 
566
                    <property name="can_focus">False</property>
 
567
                    <property name="yalign">0</property>
 
568
                    <property name="pixel_size">64</property>
 
569
                    <property name="icon_name">computer-fail</property>
 
570
                  </object>
 
571
                  <packing>
 
572
                    <property name="expand">True</property>
 
573
                    <property name="fill">True</property>
 
574
                    <property name="position">1</property>
 
575
                  </packing>
 
576
                </child>
 
577
              </object>
 
578
              <packing>
 
579
                <property name="position">2</property>
 
580
              </packing>
 
581
            </child>
 
582
            <child type="tab">
 
583
              <object class="GtkLabel" id="label9">
 
584
                <property name="visible">True</property>
 
585
                <property name="label">No cups</property>
 
586
              </object>
 
587
              <packing>
 
588
                <property name="position">2</property>
 
589
                <property name="tab_fill">False</property>
 
590
              </packing>
 
591
            </child>
 
592
          </object>
 
593
          <packing>
 
594
            <property name="expand">True</property>
 
595
            <property name="fill">True</property>
 
596
            <property name="position">1</property>
 
597
          </packing>
 
598
        </child>
 
599
      </object>
 
600
      <packing>
 
601
        <property name="expand">True</property>
 
602
        <property name="fill">True</property>
 
603
        <property name="position">0</property>
 
604
      </packing>
 
605
    </child>
 
606
  </object>
 
607
  <object class="GtkSizeGroup" id="sizegroup1">
 
608
   <widgets>
 
609
      <widget name="back-button-1"/>
 
610
      <widget name="back-spacer-label-1"/>
 
611
   </widgets>
 
612
  </object>
 
613
  <object class="GtkSizeGroup" id="sizegroup2">
 
614
   <widgets>
 
615
      <widget name="back-button-2"/>
 
616
      <widget name="back-spacer-label-2"/>
 
617
   </widgets>
 
618
  </object>
 
619
</interface>