~noskcaj/ubuntu/trusty/gthumb/3.2.5

« back to all changes in this revision

Viewing changes to extensions/file_tools/data/ui/rotate-options.ui

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2011-12-22 22:40:29 UTC
  • mfrom: (5.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20111222224029-l58g65u1nfa6ojtg
Tags: 3:2.14.1-1
* New upstream version (Closes: #652692)
* Patches refreshed
* Bump build-dependencies requirements
* Fix FTBFS, added missing #include
* debian/watch fixed to point to new location (.xz tarballs)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.24"/>
 
4
  <object class="GtkNotebook" id="options_notebook">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">True</property>
 
7
    <property name="show_tabs">False</property>
 
8
    <property name="show_border">False</property>
 
9
    <child>
 
10
      <object class="GtkAlignment" id="rotation_options">
 
11
        <property name="visible">True</property>
 
12
        <property name="can_focus">False</property>
 
13
        <property name="top_padding">6</property>
 
14
        <child>
 
15
          <object class="GtkVBox" id="vbox2">
 
16
            <property name="visible">True</property>
 
17
            <property name="can_focus">False</property>
 
18
            <child>
 
19
              <object class="GtkVBox" id="vbox1">
 
20
                <property name="visible">True</property>
 
21
                <property name="can_focus">False</property>
 
22
                <property name="spacing">12</property>
 
23
                <child>
 
24
                  <object class="GtkFrame" id="rotation_frame">
 
25
                    <property name="visible">True</property>
 
26
                    <property name="can_focus">False</property>
 
27
                    <property name="label_xalign">0</property>
 
28
                    <property name="shadow_type">none</property>
 
29
                    <child>
 
30
                      <object class="GtkAlignment" id="alignment12">
 
31
                        <property name="visible">True</property>
 
32
                        <property name="can_focus">False</property>
 
33
                        <property name="top_padding">6</property>
 
34
                        <property name="left_padding">12</property>
 
35
                        <child>
 
36
                          <object class="GtkVBox" id="vbox4">
 
37
                            <property name="visible">True</property>
 
38
                            <property name="can_focus">False</property>
 
39
                            <property name="spacing">6</property>
 
40
                            <child>
 
41
                              <object class="GtkHBox" id="hbox4">
 
42
                                <property name="visible">True</property>
 
43
                                <property name="can_focus">False</property>
 
44
                                <property name="spacing">6</property>
 
45
                                <child>
 
46
                                  <object class="GtkHBox" id="rotation_angle_hbox">
 
47
                                    <property name="visible">True</property>
 
48
                                    <property name="can_focus">False</property>
 
49
                                    <child>
 
50
                                      <placeholder/>
 
51
                                    </child>
 
52
                                  </object>
 
53
                                  <packing>
 
54
                                    <property name="expand">True</property>
 
55
                                    <property name="fill">True</property>
 
56
                                    <property name="position">0</property>
 
57
                                  </packing>
 
58
                                </child>
 
59
                              </object>
 
60
                              <packing>
 
61
                                <property name="expand">True</property>
 
62
                                <property name="fill">True</property>
 
63
                                <property name="position">0</property>
 
64
                              </packing>
 
65
                            </child>
 
66
                            <child>
 
67
                              <object class="GtkHButtonBox" id="hbuttonbox2">
 
68
                                <property name="visible">True</property>
 
69
                                <property name="can_focus">False</property>
 
70
                                <property name="spacing">6</property>
 
71
                                <property name="layout_style">spread</property>
 
72
                                <child>
 
73
                                  <object class="GtkButton" id="align_button">
 
74
                                    <property name="visible">True</property>
 
75
                                    <property name="can_focus">True</property>
 
76
                                    <property name="receives_default">True</property>
 
77
                                    <property name="use_action_appearance">False</property>
 
78
                                    <property name="use_underline">True</property>
 
79
                                    <child>
 
80
                                      <object class="GtkLabel" id="label5">
 
81
                                        <property name="visible">True</property>
 
82
                                        <property name="can_focus">False</property>
 
83
                                        <property name="label" translatable="yes">Align</property>
 
84
                                        <attributes>
 
85
                                          <attribute name="size" value="8000"/>
 
86
                                        </attributes>
 
87
                                      </object>
 
88
                                    </child>
 
89
                                  </object>
 
90
                                  <packing>
 
91
                                    <property name="expand">False</property>
 
92
                                    <property name="fill">False</property>
 
93
                                    <property name="position">0</property>
 
94
                                  </packing>
 
95
                                </child>
 
96
                              </object>
 
97
                              <packing>
 
98
                                <property name="expand">True</property>
 
99
                                <property name="fill">True</property>
 
100
                                <property name="position">1</property>
 
101
                              </packing>
 
102
                            </child>
 
103
                          </object>
 
104
                        </child>
 
105
                      </object>
 
106
                    </child>
 
107
                    <child type="label">
 
108
                      <object class="GtkLabel" id="label11">
 
109
                        <property name="visible">True</property>
 
110
                        <property name="can_focus">False</property>
 
111
                        <property name="label" translatable="yes">Angle</property>
 
112
                        <attributes>
 
113
                          <attribute name="weight" value="bold"/>
 
114
                        </attributes>
 
115
                      </object>
 
116
                    </child>
 
117
                  </object>
 
118
                  <packing>
 
119
                    <property name="expand">False</property>
 
120
                    <property name="fill">False</property>
 
121
                    <property name="position">0</property>
 
122
                  </packing>
 
123
                </child>
 
124
                <child>
 
125
                  <object class="GtkFrame" id="crop_frame">
 
126
                    <property name="visible">True</property>
 
127
                    <property name="can_focus">False</property>
 
128
                    <property name="label_xalign">0</property>
 
129
                    <property name="shadow_type">none</property>
 
130
                    <child>
 
131
                      <object class="GtkAlignment" id="alignment3">
 
132
                        <property name="visible">True</property>
 
133
                        <property name="can_focus">False</property>
 
134
                        <property name="top_padding">6</property>
 
135
                        <property name="left_padding">12</property>
 
136
                        <child>
 
137
                          <object class="GtkVBox" id="vbox5">
 
138
                            <property name="visible">True</property>
 
139
                            <property name="can_focus">False</property>
 
140
                            <property name="spacing">6</property>
 
141
                            <child>
 
142
                              <object class="GtkComboBox" id="resize_combobox">
 
143
                                <property name="visible">True</property>
 
144
                                <property name="can_focus">False</property>
 
145
                                <property name="model">resize_liststore</property>
 
146
                                <child>
 
147
                                  <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
148
                                  <attributes>
 
149
                                    <attribute name="text">0</attribute>
 
150
                                  </attributes>
 
151
                                </child>
 
152
                              </object>
 
153
                              <packing>
 
154
                                <property name="expand">True</property>
 
155
                                <property name="fill">True</property>
 
156
                                <property name="position">0</property>
 
157
                              </packing>
 
158
                            </child>
 
159
                            <child>
 
160
                              <object class="GtkTable" id="crop_options_table">
 
161
                                <property name="visible">True</property>
 
162
                                <property name="can_focus">False</property>
 
163
                                <property name="n_rows">3</property>
 
164
                                <property name="n_columns">2</property>
 
165
                                <property name="column_spacing">6</property>
 
166
                                <property name="row_spacing">6</property>
 
167
                                <child>
 
168
                                  <object class="GtkHBox" id="crop_p1_hbox">
 
169
                                    <property name="visible">True</property>
 
170
                                    <property name="can_focus">False</property>
 
171
                                    <child>
 
172
                                      <placeholder/>
 
173
                                    </child>
 
174
                                  </object>
 
175
                                  <packing>
 
176
                                    <property name="left_attach">1</property>
 
177
                                    <property name="right_attach">2</property>
 
178
                                    <property name="top_attach">1</property>
 
179
                                    <property name="bottom_attach">2</property>
 
180
                                  </packing>
 
181
                                </child>
 
182
                                <child>
 
183
                                  <object class="GtkHBox" id="crop_p2_hbox">
 
184
                                    <property name="visible">True</property>
 
185
                                    <property name="can_focus">False</property>
 
186
                                    <child>
 
187
                                      <placeholder/>
 
188
                                    </child>
 
189
                                  </object>
 
190
                                  <packing>
 
191
                                    <property name="left_attach">1</property>
 
192
                                    <property name="right_attach">2</property>
 
193
                                    <property name="top_attach">2</property>
 
194
                                    <property name="bottom_attach">3</property>
 
195
                                  </packing>
 
196
                                </child>
 
197
                                <child>
 
198
                                  <object class="GtkLabel" id="crop_p1_label">
 
199
                                    <property name="visible">True</property>
 
200
                                    <property name="can_focus">False</property>
 
201
                                    <property name="xalign">0</property>
 
202
                                    <property name="label" translatable="yes">Point 1:</property>
 
203
                                  </object>
 
204
                                  <packing>
 
205
                                    <property name="top_attach">1</property>
 
206
                                    <property name="bottom_attach">2</property>
 
207
                                    <property name="x_options">GTK_FILL</property>
 
208
                                  </packing>
 
209
                                </child>
 
210
                                <child>
 
211
                                  <object class="GtkLabel" id="crop_p2_label">
 
212
                                    <property name="visible">True</property>
 
213
                                    <property name="can_focus">False</property>
 
214
                                    <property name="xalign">0</property>
 
215
                                    <property name="label" translatable="yes">Point 2:</property>
 
216
                                  </object>
 
217
                                  <packing>
 
218
                                    <property name="top_attach">2</property>
 
219
                                    <property name="bottom_attach">3</property>
 
220
                                    <property name="x_options">GTK_FILL</property>
 
221
                                  </packing>
 
222
                                </child>
 
223
                                <child>
 
224
                                  <object class="GtkCheckButton" id="keep_aspect_ratio">
 
225
                                    <property name="label" translatable="yes">Keep aspect ratio</property>
 
226
                                    <property name="visible">True</property>
 
227
                                    <property name="can_focus">True</property>
 
228
                                    <property name="receives_default">False</property>
 
229
                                    <property name="use_action_appearance">False</property>
 
230
                                    <property name="xalign">0</property>
 
231
                                    <property name="active">True</property>
 
232
                                    <property name="draw_indicator">True</property>
 
233
                                  </object>
 
234
                                  <packing>
 
235
                                    <property name="right_attach">2</property>
 
236
                                  </packing>
 
237
                                </child>
 
238
                              </object>
 
239
                              <packing>
 
240
                                <property name="expand">True</property>
 
241
                                <property name="fill">True</property>
 
242
                                <property name="position">1</property>
 
243
                              </packing>
 
244
                            </child>
 
245
                          </object>
 
246
                        </child>
 
247
                      </object>
 
248
                    </child>
 
249
                    <child type="label">
 
250
                      <object class="GtkLabel" id="label4">
 
251
                        <property name="visible">True</property>
 
252
                        <property name="can_focus">False</property>
 
253
                        <property name="label" translatable="yes">Image size</property>
 
254
                        <attributes>
 
255
                          <attribute name="weight" value="bold"/>
 
256
                        </attributes>
 
257
                      </object>
 
258
                    </child>
 
259
                  </object>
 
260
                  <packing>
 
261
                    <property name="expand">False</property>
 
262
                    <property name="fill">False</property>
 
263
                    <property name="position">1</property>
 
264
                  </packing>
 
265
                </child>
 
266
                <child>
 
267
                  <object class="GtkFrame" id="options_frame">
 
268
                    <property name="visible">True</property>
 
269
                    <property name="can_focus">False</property>
 
270
                    <property name="label_xalign">0</property>
 
271
                    <property name="shadow_type">none</property>
 
272
                    <child>
 
273
                      <object class="GtkAlignment" id="alignment4">
 
274
                        <property name="visible">True</property>
 
275
                        <property name="can_focus">False</property>
 
276
                        <property name="top_padding">6</property>
 
277
                        <property name="left_padding">12</property>
 
278
                        <child>
 
279
                          <object class="GtkTable" id="table2">
 
280
                            <property name="visible">True</property>
 
281
                            <property name="can_focus">False</property>
 
282
                            <property name="n_rows">2</property>
 
283
                            <property name="n_columns">2</property>
 
284
                            <property name="column_spacing">6</property>
 
285
                            <property name="row_spacing">6</property>
 
286
                            <child>
 
287
                              <object class="GtkVBox" id="crop_grid_hbox">
 
288
                                <property name="visible">True</property>
 
289
                                <property name="can_focus">False</property>
 
290
                                <child>
 
291
                                  <placeholder/>
 
292
                                </child>
 
293
                              </object>
 
294
                              <packing>
 
295
                                <property name="left_attach">1</property>
 
296
                                <property name="right_attach">2</property>
 
297
                              </packing>
 
298
                            </child>
 
299
                            <child>
 
300
                              <object class="GtkLabel" id="crop_grid_label">
 
301
                                <property name="visible">True</property>
 
302
                                <property name="can_focus">False</property>
 
303
                                <property name="xalign">0</property>
 
304
                                <property name="label" translatable="yes">Grid:</property>
 
305
                              </object>
 
306
                              <packing>
 
307
                                <property name="x_options">GTK_FILL</property>
 
308
                              </packing>
 
309
                            </child>
 
310
                            <child>
 
311
                              <object class="GtkHBox" id="hbox2">
 
312
                                <property name="visible">True</property>
 
313
                                <property name="can_focus">False</property>
 
314
                                <property name="spacing">6</property>
 
315
                                <child>
 
316
                                  <object class="GtkColorButton" id="background_colorbutton">
 
317
                                    <property name="visible">True</property>
 
318
                                    <property name="can_focus">True</property>
 
319
                                    <property name="receives_default">True</property>
 
320
                                    <property name="use_action_appearance">False</property>
 
321
                                    <property name="title" translatable="yes">Pick a background color</property>
 
322
                                    <property name="color">#000000000000</property>
 
323
                                  </object>
 
324
                                  <packing>
 
325
                                    <property name="expand">False</property>
 
326
                                    <property name="fill">True</property>
 
327
                                    <property name="position">0</property>
 
328
                                  </packing>
 
329
                                </child>
 
330
                                <child>
 
331
                                  <object class="GtkCheckButton" id="background_transparent_checkbutton">
 
332
                                    <property name="label" translatable="yes">_Transparent</property>
 
333
                                    <property name="visible">True</property>
 
334
                                    <property name="can_focus">True</property>
 
335
                                    <property name="receives_default">False</property>
 
336
                                    <property name="use_action_appearance">False</property>
 
337
                                    <property name="use_underline">True</property>
 
338
                                    <property name="xalign">0</property>
 
339
                                    <property name="draw_indicator">True</property>
 
340
                                  </object>
 
341
                                  <packing>
 
342
                                    <property name="expand">True</property>
 
343
                                    <property name="fill">True</property>
 
344
                                    <property name="position">1</property>
 
345
                                  </packing>
 
346
                                </child>
 
347
                              </object>
 
348
                              <packing>
 
349
                                <property name="left_attach">1</property>
 
350
                                <property name="right_attach">2</property>
 
351
                                <property name="top_attach">1</property>
 
352
                                <property name="bottom_attach">2</property>
 
353
                              </packing>
 
354
                            </child>
 
355
                            <child>
 
356
                              <object class="GtkLabel" id="label6">
 
357
                                <property name="visible">True</property>
 
358
                                <property name="can_focus">False</property>
 
359
                                <property name="xalign">0</property>
 
360
                                <property name="label" translatable="yes">_Background:</property>
 
361
                                <property name="use_underline">True</property>
 
362
                              </object>
 
363
                              <packing>
 
364
                                <property name="top_attach">1</property>
 
365
                                <property name="bottom_attach">2</property>
 
366
                                <property name="x_options">GTK_FILL</property>
 
367
                              </packing>
 
368
                            </child>
 
369
                          </object>
 
370
                        </child>
 
371
                      </object>
 
372
                    </child>
 
373
                    <child type="label">
 
374
                      <object class="GtkLabel" id="label7">
 
375
                        <property name="visible">True</property>
 
376
                        <property name="can_focus">False</property>
 
377
                        <property name="label" translatable="yes">Options</property>
 
378
                        <attributes>
 
379
                          <attribute name="weight" value="bold"/>
 
380
                        </attributes>
 
381
                      </object>
 
382
                    </child>
 
383
                  </object>
 
384
                  <packing>
 
385
                    <property name="expand">True</property>
 
386
                    <property name="fill">True</property>
 
387
                    <property name="position">2</property>
 
388
                  </packing>
 
389
                </child>
 
390
                <child>
 
391
                  <object class="GtkHBox" id="hbox3">
 
392
                    <property name="visible">True</property>
 
393
                    <property name="can_focus">False</property>
 
394
                    <property name="border_width">6</property>
 
395
                    <child>
 
396
                      <object class="GtkButton" id="reset_button">
 
397
                        <property name="visible">True</property>
 
398
                        <property name="can_focus">True</property>
 
399
                        <property name="receives_default">True</property>
 
400
                        <property name="use_action_appearance">False</property>
 
401
                        <child>
 
402
                          <object class="GtkLabel" id="label9">
 
403
                            <property name="visible">True</property>
 
404
                            <property name="can_focus">False</property>
 
405
                            <property name="label" translatable="yes">Reset</property>
 
406
                          </object>
 
407
                        </child>
 
408
                      </object>
 
409
                      <packing>
 
410
                        <property name="expand">False</property>
 
411
                        <property name="fill">False</property>
 
412
                        <property name="position">0</property>
 
413
                      </packing>
 
414
                    </child>
 
415
                  </object>
 
416
                  <packing>
 
417
                    <property name="expand">True</property>
 
418
                    <property name="fill">True</property>
 
419
                    <property name="position">3</property>
 
420
                  </packing>
 
421
                </child>
 
422
              </object>
 
423
              <packing>
 
424
                <property name="expand">False</property>
 
425
                <property name="fill">True</property>
 
426
                <property name="position">0</property>
 
427
              </packing>
 
428
            </child>
 
429
            <child>
 
430
              <object class="GtkHSeparator" id="hseparator1">
 
431
                <property name="visible">True</property>
 
432
                <property name="can_focus">False</property>
 
433
              </object>
 
434
              <packing>
 
435
                <property name="expand">False</property>
 
436
                <property name="fill">True</property>
 
437
                <property name="padding">6</property>
 
438
                <property name="position">1</property>
 
439
              </packing>
 
440
            </child>
 
441
            <child>
 
442
              <object class="GtkHButtonBox" id="hbuttonbox1">
 
443
                <property name="visible">True</property>
 
444
                <property name="can_focus">False</property>
 
445
                <property name="spacing">12</property>
 
446
                <property name="layout_style">center</property>
 
447
                <child>
 
448
                  <object class="GtkButton" id="apply_button">
 
449
                    <property name="label">gtk-apply</property>
 
450
                    <property name="visible">True</property>
 
451
                    <property name="can_focus">True</property>
 
452
                    <property name="receives_default">True</property>
 
453
                    <property name="use_action_appearance">False</property>
 
454
                    <property name="use_underline">True</property>
 
455
                    <property name="use_stock">True</property>
 
456
                  </object>
 
457
                  <packing>
 
458
                    <property name="expand">False</property>
 
459
                    <property name="fill">False</property>
 
460
                    <property name="position">0</property>
 
461
                  </packing>
 
462
                </child>
 
463
                <child>
 
464
                  <object class="GtkButton" id="cancel_button">
 
465
                    <property name="label">gtk-cancel</property>
 
466
                    <property name="visible">True</property>
 
467
                    <property name="can_focus">True</property>
 
468
                    <property name="receives_default">True</property>
 
469
                    <property name="use_action_appearance">False</property>
 
470
                    <property name="use_stock">True</property>
 
471
                    <property name="xalign">0.47999998927116394</property>
 
472
                  </object>
 
473
                  <packing>
 
474
                    <property name="expand">False</property>
 
475
                    <property name="fill">False</property>
 
476
                    <property name="position">1</property>
 
477
                  </packing>
 
478
                </child>
 
479
              </object>
 
480
              <packing>
 
481
                <property name="expand">False</property>
 
482
                <property name="fill">False</property>
 
483
                <property name="padding">6</property>
 
484
                <property name="position">2</property>
 
485
              </packing>
 
486
            </child>
 
487
          </object>
 
488
        </child>
 
489
      </object>
 
490
    </child>
 
491
    <child type="tab">
 
492
      <object class="GtkLabel" id="label1">
 
493
        <property name="visible">True</property>
 
494
        <property name="can_focus">False</property>
 
495
        <property name="label">page 1</property>
 
496
      </object>
 
497
      <packing>
 
498
        <property name="tab_fill">False</property>
 
499
      </packing>
 
500
    </child>
 
501
    <child>
 
502
      <object class="GtkAlignment" id="alignment_options">
 
503
        <property name="visible">True</property>
 
504
        <property name="can_focus">False</property>
 
505
        <property name="top_padding">6</property>
 
506
        <child>
 
507
          <object class="GtkVBox" id="vbox3">
 
508
            <property name="visible">True</property>
 
509
            <property name="can_focus">False</property>
 
510
            <child>
 
511
              <object class="GtkVBox" id="vbox6">
 
512
                <property name="visible">True</property>
 
513
                <property name="can_focus">False</property>
 
514
                <property name="spacing">12</property>
 
515
                <child>
 
516
                  <object class="GtkVBox" id="box2">
 
517
                    <property name="visible">True</property>
 
518
                    <property name="can_focus">False</property>
 
519
                    <property name="border_width">5</property>
 
520
                    <child>
 
521
                      <object class="GtkLabel" id="label8">
 
522
                        <property name="visible">True</property>
 
523
                        <property name="can_focus">False</property>
 
524
                        <property name="xalign">0</property>
 
525
                        <property name="label" translatable="yes">Draw a line on the image 
 
526
to set the alignment.</property>
 
527
                        <property name="wrap">True</property>
 
528
                        <property name="wrap_mode">word-char</property>
 
529
                      </object>
 
530
                      <packing>
 
531
                        <property name="expand">True</property>
 
532
                        <property name="fill">True</property>
 
533
                        <property name="position">0</property>
 
534
                      </packing>
 
535
                    </child>
 
536
                  </object>
 
537
                  <packing>
 
538
                    <property name="expand">True</property>
 
539
                    <property name="fill">True</property>
 
540
                    <property name="position">0</property>
 
541
                  </packing>
 
542
                </child>
 
543
                <child>
 
544
                  <object class="GtkFrame" id="rotation_frame1">
 
545
                    <property name="visible">True</property>
 
546
                    <property name="can_focus">False</property>
 
547
                    <property name="label_xalign">0</property>
 
548
                    <property name="shadow_type">none</property>
 
549
                    <child>
 
550
                      <object class="GtkAlignment" id="alignment1">
 
551
                        <property name="visible">True</property>
 
552
                        <property name="can_focus">False</property>
 
553
                        <property name="top_padding">6</property>
 
554
                        <property name="left_padding">12</property>
 
555
                        <child>
 
556
                          <object class="GtkVBox" id="box1">
 
557
                            <property name="visible">True</property>
 
558
                            <property name="can_focus">False</property>
 
559
                            <property name="spacing">6</property>
 
560
                            <child>
 
561
                              <object class="GtkRadioButton" id="alignment_parallel_radiobutton">
 
562
                                <property name="label" translatable="yes">Parallel</property>
 
563
                                <property name="visible">True</property>
 
564
                                <property name="can_focus">True</property>
 
565
                                <property name="receives_default">False</property>
 
566
                                <property name="use_action_appearance">False</property>
 
567
                                <property name="xalign">0</property>
 
568
                                <property name="active">True</property>
 
569
                                <property name="draw_indicator">True</property>
 
570
                              </object>
 
571
                              <packing>
 
572
                                <property name="expand">False</property>
 
573
                                <property name="fill">True</property>
 
574
                                <property name="position">0</property>
 
575
                              </packing>
 
576
                            </child>
 
577
                            <child>
 
578
                              <object class="GtkRadioButton" id="alignment_perpendicular_radiobutton">
 
579
                                <property name="label" translatable="yes">Perpendicular</property>
 
580
                                <property name="visible">True</property>
 
581
                                <property name="can_focus">True</property>
 
582
                                <property name="receives_default">False</property>
 
583
                                <property name="use_action_appearance">False</property>
 
584
                                <property name="xalign">0</property>
 
585
                                <property name="active">True</property>
 
586
                                <property name="draw_indicator">True</property>
 
587
                                <property name="group">alignment_parallel_radiobutton</property>
 
588
                              </object>
 
589
                              <packing>
 
590
                                <property name="expand">False</property>
 
591
                                <property name="fill">True</property>
 
592
                                <property name="position">1</property>
 
593
                              </packing>
 
594
                            </child>
 
595
                          </object>
 
596
                        </child>
 
597
                      </object>
 
598
                    </child>
 
599
                    <child type="label">
 
600
                      <object class="GtkLabel" id="label13">
 
601
                        <property name="visible">True</property>
 
602
                        <property name="can_focus">False</property>
 
603
                        <property name="label" translatable="yes">Alignment</property>
 
604
                        <attributes>
 
605
                          <attribute name="weight" value="bold"/>
 
606
                        </attributes>
 
607
                      </object>
 
608
                    </child>
 
609
                  </object>
 
610
                  <packing>
 
611
                    <property name="expand">False</property>
 
612
                    <property name="fill">False</property>
 
613
                    <property name="position">1</property>
 
614
                  </packing>
 
615
                </child>
 
616
              </object>
 
617
              <packing>
 
618
                <property name="expand">False</property>
 
619
                <property name="fill">True</property>
 
620
                <property name="position">0</property>
 
621
              </packing>
 
622
            </child>
 
623
            <child>
 
624
              <object class="GtkHSeparator" id="hseparator2">
 
625
                <property name="visible">True</property>
 
626
                <property name="can_focus">False</property>
 
627
              </object>
 
628
              <packing>
 
629
                <property name="expand">False</property>
 
630
                <property name="fill">True</property>
 
631
                <property name="padding">6</property>
 
632
                <property name="position">1</property>
 
633
              </packing>
 
634
            </child>
 
635
            <child>
 
636
              <object class="GtkHButtonBox" id="hbuttonbox4">
 
637
                <property name="visible">True</property>
 
638
                <property name="can_focus">False</property>
 
639
                <property name="spacing">12</property>
 
640
                <property name="layout_style">center</property>
 
641
                <child>
 
642
                  <object class="GtkButton" id="alignment_cancel_button">
 
643
                    <property name="label">gtk-cancel</property>
 
644
                    <property name="visible">True</property>
 
645
                    <property name="can_focus">True</property>
 
646
                    <property name="receives_default">True</property>
 
647
                    <property name="use_action_appearance">False</property>
 
648
                    <property name="use_stock">True</property>
 
649
                    <property name="xalign">0.47999998927116394</property>
 
650
                  </object>
 
651
                  <packing>
 
652
                    <property name="expand">False</property>
 
653
                    <property name="fill">False</property>
 
654
                    <property name="position">1</property>
 
655
                  </packing>
 
656
                </child>
 
657
              </object>
 
658
              <packing>
 
659
                <property name="expand">False</property>
 
660
                <property name="fill">False</property>
 
661
                <property name="padding">6</property>
 
662
                <property name="position">2</property>
 
663
              </packing>
 
664
            </child>
 
665
          </object>
 
666
        </child>
 
667
      </object>
 
668
      <packing>
 
669
        <property name="position">1</property>
 
670
      </packing>
 
671
    </child>
 
672
    <child type="tab">
 
673
      <object class="GtkLabel" id="label2">
 
674
        <property name="visible">True</property>
 
675
        <property name="can_focus">False</property>
 
676
        <property name="label">page 2</property>
 
677
      </object>
 
678
      <packing>
 
679
        <property name="position">1</property>
 
680
        <property name="tab_fill">False</property>
 
681
      </packing>
 
682
    </child>
 
683
    <child>
 
684
      <placeholder/>
 
685
    </child>
 
686
    <child type="tab">
 
687
      <object class="GtkLabel" id="label3">
 
688
        <property name="visible">True</property>
 
689
        <property name="can_focus">False</property>
 
690
        <property name="label">page 3</property>
 
691
      </object>
 
692
      <packing>
 
693
        <property name="position">2</property>
 
694
        <property name="tab_fill">False</property>
 
695
      </packing>
 
696
    </child>
 
697
  </object>
 
698
  <object class="GtkListStore" id="resize_liststore">
 
699
    <columns>
 
700
      <!-- column-name nome -->
 
701
      <column type="gchararray"/>
 
702
    </columns>
 
703
    <data>
 
704
      <row>
 
705
        <col id="0" translatable="yes">Original size</col>
 
706
      </row>
 
707
      <row>
 
708
        <col id="0" translatable="yes">Bounding box</col>
 
709
      </row>
 
710
      <row>
 
711
        <col id="0" translatable="yes">Crop borders</col>
 
712
      </row>
 
713
    </data>
 
714
  </object>
 
715
</interface>