1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.20.4 -->
3<interface domain="svx">
4  <requires lib="gtk+" version="3.20"/>
5  <object class="GtkAdjustment" id="compression-adjustment-spin">
6    <property name="lower">1</property>
7    <property name="upper">9</property>
8    <property name="value">6</property>
9    <property name="step_increment">1</property>
10    <property name="page_increment">1</property>
11  </object>
12  <object class="GtkAdjustment" id="compression-adjustment-scale">
13    <property name="lower">1</property>
14    <property name="upper">9</property>
15    <property name="value">6</property>
16    <property name="step_increment">1</property>
17    <property name="page_increment">1</property>
18  </object>
19  <object class="GtkAdjustment" id="height-adjustment">
20    <property name="lower">1</property>
21    <property name="upper">20000</property>
22    <property name="value">1</property>
23    <property name="step_increment">100</property>
24    <property name="page_increment">100</property>
25  </object>
26  <object class="GtkAdjustment" id="quality-adjustment-spin">
27    <property name="lower">1</property>
28    <property name="upper">99</property>
29    <property name="value">80</property>
30    <property name="step_increment">1</property>
31    <property name="page_increment">5</property>
32  </object>
33  <object class="GtkAdjustment" id="quality-adjustment-scale">
34    <property name="lower">1</property>
35    <property name="upper">99</property>
36    <property name="value">80</property>
37    <property name="step_increment">1</property>
38    <property name="page_increment">5</property>
39  </object>
40  <object class="GtkAdjustment" id="width-adjustment">
41    <property name="lower">1</property>
42    <property name="upper">20000</property>
43    <property name="value">1</property>
44    <property name="step_increment">100</property>
45    <property name="page_increment">100</property>
46  </object>
47  <object class="GtkDialog" id="CompressGraphicDialog">
48    <property name="can_focus">False</property>
49    <property name="border_width">6</property>
50    <property name="title" translatable="yes" context="compressgraphicdialog|CompressGraphicDialog">Compress Image</property>
51    <property name="resizable">False</property>
52    <property name="modal">True</property>
53    <property name="default_width">0</property>
54    <property name="default_height">9</property>
55    <property name="type_hint">dialog</property>
56    <child internal-child="vbox">
57      <object class="GtkBox" id="dialog-vbox1">
58        <property name="can_focus">False</property>
59        <property name="orientation">vertical</property>
60        <property name="spacing">12</property>
61        <child internal-child="action_area">
62          <object class="GtkButtonBox" id="dialog-action_area1">
63            <property name="can_focus">False</property>
64            <property name="layout_style">end</property>
65            <child>
66              <object class="GtkButton" id="ok">
67                <property name="label" translatable="yes" context="stock">_OK</property>
68                <property name="visible">True</property>
69                <property name="can_focus">True</property>
70                <property name="can_default">True</property>
71                <property name="has_default">True</property>
72                <property name="receives_default">True</property>
73                <property name="use-underline">True</property>
74              </object>
75              <packing>
76                <property name="expand">False</property>
77                <property name="fill">True</property>
78                <property name="position">0</property>
79              </packing>
80            </child>
81            <child>
82              <object class="GtkButton" id="cancel">
83                <property name="label" translatable="yes" context="stock">_Cancel</property>
84                <property name="visible">True</property>
85                <property name="can_focus">True</property>
86                <property name="receives_default">True</property>
87                <property name="use-underline">True</property>
88              </object>
89              <packing>
90                <property name="expand">False</property>
91                <property name="fill">True</property>
92                <property name="position">1</property>
93              </packing>
94            </child>
95            <child>
96              <object class="GtkButton" id="help">
97                <property name="label" translatable="yes" context="stock">_Help</property>
98                <property name="visible">True</property>
99                <property name="can_focus">True</property>
100                <property name="receives_default">True</property>
101                <property name="use-underline">True</property>
102              </object>
103              <packing>
104                <property name="expand">False</property>
105                <property name="fill">True</property>
106                <property name="position">2</property>
107                <property name="secondary">True</property>
108              </packing>
109            </child>
110          </object>
111          <packing>
112            <property name="expand">False</property>
113            <property name="fill">True</property>
114            <property name="pack_type">end</property>
115            <property name="position">0</property>
116          </packing>
117        </child>
118        <child>
119          <!-- n-columns=1 n-rows=1 -->
120          <object class="GtkGrid">
121            <property name="visible">True</property>
122            <property name="can_focus">False</property>
123            <property name="row_spacing">6</property>
124            <property name="column_spacing">12</property>
125            <child>
126              <object class="GtkFrame" id="frame2">
127                <property name="visible">True</property>
128                <property name="can_focus">False</property>
129                <property name="valign">start</property>
130                <property name="label_xalign">0</property>
131                <property name="shadow_type">none</property>
132                <child>
133                  <!-- n-columns=1 n-rows=1 -->
134                  <object class="GtkGrid" id="grid2">
135                    <property name="visible">True</property>
136                    <property name="can_focus">False</property>
137                    <property name="hexpand">True</property>
138                    <property name="row_spacing">6</property>
139                    <property name="column_spacing">6</property>
140                    <property name="margin-start">12</property>
141                    <property name="margin-top">6</property>
142                    <child>
143                      <object class="GtkRadioButton" id="radio-jpeg">
144                        <property name="label" translatable="yes" context="compressgraphicdialog|radio-jpeg">JPEG Quality</property>
145                        <property name="visible">True</property>
146                        <property name="can_focus">True</property>
147                        <property name="receives_default">False</property>
148                        <property name="tooltip_text" translatable="yes" context="compressgraphicdialog|radio-jpeg|tooltip_text">Lossy compression</property>
149                        <property name="use_underline">True</property>
150                        <property name="draw_indicator">True</property>
151                        <property name="group">radio-lossless</property>
152                        <accessibility>
153                          <relation type="label-for" target="scale-quality"/>
154                          <relation type="label-for" target="spin-quality"/>
155                        </accessibility>
156                      </object>
157                      <packing>
158                        <property name="left_attach">0</property>
159                        <property name="top_attach">0</property>
160                      </packing>
161                    </child>
162                    <child>
163                      <object class="GtkRadioButton" id="radio-lossless">
164                        <property name="label" translatable="yes" context="compressgraphicdialog|radio-lossless">PNG Compression</property>
165                        <property name="visible">True</property>
166                        <property name="can_focus">True</property>
167                        <property name="receives_default">False</property>
168                        <property name="tooltip_text" translatable="yes" context="compressgraphicdialog|radio-lossless|tooltip_text">Lossless compression</property>
169                        <property name="use_underline">True</property>
170                        <property name="active">True</property>
171                        <property name="draw_indicator">True</property>
172                        <accessibility>
173                          <relation type="label-for" target="scale-compression"/>
174                          <relation type="label-for" target="spin-compression"/>
175                        </accessibility>
176                      </object>
177                      <packing>
178                        <property name="left_attach">0</property>
179                        <property name="top_attach">2</property>
180                      </packing>
181                    </child>
182                    <child>
183                      <!-- n-columns=1 n-rows=1 -->
184                      <object class="GtkGrid">
185                        <property name="visible">True</property>
186                        <property name="can_focus">False</property>
187                        <property name="column_spacing">6</property>
188                        <property name="margin-start">12</property>
189                        <child>
190                          <object class="GtkScale" id="scale-quality">
191                            <property name="width_request">150</property>
192                            <property name="visible">True</property>
193                            <property name="can_focus">True</property>
194                            <property name="hexpand">True</property>
195                            <property name="adjustment">quality-adjustment-scale</property>
196                            <property name="digits">0</property>
197                            <property name="draw_value">False</property>
198                            <property name="value_pos">right</property>
199                            <accessibility>
200                              <relation type="labelled-by" target="radio-jpeg"/>
201                            </accessibility>
202                          </object>
203                          <packing>
204                            <property name="left_attach">0</property>
205                            <property name="top_attach">0</property>
206                          </packing>
207                        </child>
208                        <child>
209                          <object class="GtkSpinButton" id="spin-quality">
210                            <property name="visible">True</property>
211                            <property name="can_focus">True</property>
212                            <property name="activates_default">True</property>
213                            <property name="adjustment">quality-adjustment-spin</property>
214                            <property name="numeric">True</property>
215                            <property name="truncate-multiline">True</property>
216                            <accessibility>
217                              <relation type="labelled-by" target="radio-jpeg"/>
218                            </accessibility>
219                          </object>
220                          <packing>
221                            <property name="left_attach">1</property>
222                            <property name="top_attach">0</property>
223                          </packing>
224                        </child>
225                      </object>
226                      <packing>
227                        <property name="left_attach">0</property>
228                        <property name="top_attach">1</property>
229                      </packing>
230                    </child>
231                    <child>
232                      <!-- n-columns=1 n-rows=1 -->
233                      <object class="GtkGrid">
234                        <property name="visible">True</property>
235                        <property name="can_focus">False</property>
236                        <property name="column_spacing">6</property>
237                        <property name="margin-start">12</property>
238                        <child>
239                          <object class="GtkScale" id="scale-compression">
240                            <property name="width_request">150</property>
241                            <property name="visible">True</property>
242                            <property name="can_focus">True</property>
243                            <property name="adjustment">compression-adjustment-scale</property>
244                            <property name="digits">0</property>
245                            <property name="draw_value">False</property>
246                            <property name="value_pos">right</property>
247                            <accessibility>
248                              <relation type="labelled-by" target="radio-lossless"/>
249                            </accessibility>
250                          </object>
251                          <packing>
252                            <property name="left_attach">0</property>
253                            <property name="top_attach">0</property>
254                          </packing>
255                        </child>
256                        <child>
257                          <object class="GtkSpinButton" id="spin-compression">
258                            <property name="visible">True</property>
259                            <property name="can_focus">True</property>
260                            <property name="activates_default">True</property>
261                            <property name="text">6</property>
262                            <property name="adjustment">compression-adjustment-spin</property>
263                            <property name="numeric">True</property>
264                            <property name="value">6</property>
265                            <property name="truncate-multiline">True</property>
266                            <accessibility>
267                              <relation type="labelled-by" target="radio-lossless"/>
268                            </accessibility>
269                          </object>
270                          <packing>
271                            <property name="left_attach">1</property>
272                            <property name="top_attach">0</property>
273                          </packing>
274                        </child>
275                      </object>
276                      <packing>
277                        <property name="left_attach">0</property>
278                        <property name="top_attach">3</property>
279                      </packing>
280                    </child>
281                  </object>
282                </child>
283                <child type="label">
284                  <object class="GtkLabel" id="label2">
285                    <property name="visible">True</property>
286                    <property name="can_focus">False</property>
287                    <property name="label" translatable="yes" context="compressgraphicdialog|label2">Compression</property>
288                    <attributes>
289                      <attribute name="weight" value="bold"/>
290                    </attributes>
291                  </object>
292                </child>
293              </object>
294              <packing>
295                <property name="left_attach">0</property>
296                <property name="top_attach">0</property>
297              </packing>
298            </child>
299            <child>
300              <object class="GtkFrame" id="frame3">
301                <property name="visible">True</property>
302                <property name="can_focus">False</property>
303                <property name="label_xalign">0</property>
304                <property name="shadow_type">none</property>
305                <child>
306                  <!-- n-columns=1 n-rows=1 -->
307                  <object class="GtkGrid">
308                    <property name="visible">True</property>
309                    <property name="can_focus">False</property>
310                    <property name="valign">start</property>
311                    <property name="row_spacing">6</property>
312                    <property name="column_spacing">12</property>
313                    <property name="margin-start">12</property>
314                    <property name="margin-top">6</property>
315                    <child>
316                      <object class="GtkCheckButton" id="checkbox-reduce-resolution">
317                        <property name="label" translatable="yes" context="compressgraphicdialog|checkbox-reduce-resolution">Reduce image resolution to:</property>
318                        <property name="visible">True</property>
319                        <property name="can_focus">True</property>
320                        <property name="receives_default">False</property>
321                        <property name="use_underline">True</property>
322                        <property name="draw_indicator">True</property>
323                      </object>
324                      <packing>
325                        <property name="left_attach">0</property>
326                        <property name="top_attach">0</property>
327                        <property name="width">3</property>
328                      </packing>
329                    </child>
330                    <child>
331                      <object class="GtkLabel" id="label3">
332                        <property name="visible">True</property>
333                        <property name="can_focus">False</property>
334                        <property name="label" translatable="yes" context="compressgraphicdialog|label3">Width:</property>
335                        <property name="use_underline">True</property>
336                        <property name="mnemonic_widget">spin-new-width</property>
337                        <property name="width_chars">14</property>
338                        <property name="xalign">1</property>
339                      </object>
340                      <packing>
341                        <property name="left_attach">0</property>
342                        <property name="top_attach">1</property>
343                      </packing>
344                    </child>
345                    <child>
346                      <object class="GtkLabel" id="label4">
347                        <property name="visible">True</property>
348                        <property name="can_focus">False</property>
349                        <property name="label" translatable="yes" context="compressgraphicdialog|label4">Height:</property>
350                        <property name="use_underline">True</property>
351                        <property name="mnemonic_widget">spin-new-height</property>
352                        <property name="width_chars">14</property>
353                        <property name="xalign">1</property>
354                      </object>
355                      <packing>
356                        <property name="left_attach">0</property>
357                        <property name="top_attach">2</property>
358                      </packing>
359                    </child>
360                    <child>
361                      <object class="GtkLabel" id="label5">
362                        <property name="visible">True</property>
363                        <property name="can_focus">False</property>
364                        <property name="label" translatable="yes" context="compressgraphicdialog|label5">Resolution:</property>
365                        <property name="use_underline">True</property>
366                        <property name="mnemonic_widget">combo-resolution</property>
367                        <property name="width_chars">14</property>
368                        <property name="xalign">1</property>
369                      </object>
370                      <packing>
371                        <property name="left_attach">0</property>
372                        <property name="top_attach">3</property>
373                      </packing>
374                    </child>
375                    <child>
376                      <object class="GtkLabel" id="label12">
377                        <property name="visible">True</property>
378                        <property name="can_focus">False</property>
379                        <property name="label" translatable="yes" context="compressgraphicdialog|label12">Interpolation:</property>
380                        <property name="use_underline">True</property>
381                        <property name="mnemonic_widget">interpolation-method-combo</property>
382                        <property name="width_chars">14</property>
383                        <property name="xalign">1</property>
384                      </object>
385                      <packing>
386                        <property name="left_attach">0</property>
387                        <property name="top_attach">4</property>
388                      </packing>
389                    </child>
390                    <child>
391                      <object class="GtkSpinButton" id="spin-new-width">
392                        <property name="visible">True</property>
393                        <property name="can_focus">True</property>
394                        <property name="activates_default">True</property>
395                        <property name="text">1</property>
396                        <property name="adjustment">width-adjustment</property>
397                        <property name="numeric">True</property>
398                        <property name="truncate-multiline">True</property>
399                        <property name="value">1</property>
400                      </object>
401                      <packing>
402                        <property name="left_attach">1</property>
403                        <property name="top_attach">1</property>
404                      </packing>
405                    </child>
406                    <child>
407                      <object class="GtkSpinButton" id="spin-new-height">
408                        <property name="visible">True</property>
409                        <property name="can_focus">True</property>
410                        <property name="activates_default">True</property>
411                        <property name="text">1</property>
412                        <property name="adjustment">height-adjustment</property>
413                        <property name="numeric">True</property>
414                        <property name="truncate-multiline">True</property>
415                        <property name="value">1</property>
416                      </object>
417                      <packing>
418                        <property name="left_attach">1</property>
419                        <property name="top_attach">2</property>
420                      </packing>
421                    </child>
422                    <child>
423                      <object class="GtkComboBoxText" id="combo-resolution">
424                        <property name="visible">True</property>
425                        <property name="can_focus">False</property>
426                        <property name="has_entry">True</property>
427                        <items>
428                          <item>96</item>
429                          <item>150</item>
430                          <item>200</item>
431                          <item>300</item>
432                          <item>600</item>
433                        </items>
434                        <child internal-child="entry">
435                          <object class="GtkEntry">
436                            <property name="can_focus">True</property>
437                            <property name="truncate-multiline">True</property>
438                            <property name="activates_default">True</property>
439                          </object>
440                        </child>
441                      </object>
442                      <packing>
443                        <property name="left_attach">1</property>
444                        <property name="top_attach">3</property>
445                      </packing>
446                    </child>
447                    <child>
448                      <object class="GtkComboBoxText" id="interpolation-method-combo">
449                        <property name="visible">True</property>
450                        <property name="can_focus">False</property>
451                        <items>
452                          <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">None</item>
453                          <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">Bilinear</item>
454                          <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">Bicubic</item>
455                          <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">Lanczos</item>
456                        </items>
457                      </object>
458                      <packing>
459                        <property name="left_attach">1</property>
460                        <property name="top_attach">4</property>
461                      </packing>
462                    </child>
463                    <child>
464                      <object class="GtkLabel" id="label13">
465                        <property name="visible">True</property>
466                        <property name="can_focus">False</property>
467                        <property name="label" translatable="yes" context="compressgraphicdialog|label13">px</property>
468                        <property name="xalign">0</property>
469                      </object>
470                      <packing>
471                        <property name="left_attach">2</property>
472                        <property name="top_attach">1</property>
473                      </packing>
474                    </child>
475                    <child>
476                      <object class="GtkLabel" id="label14">
477                        <property name="visible">True</property>
478                        <property name="can_focus">False</property>
479                        <property name="label" translatable="yes" context="compressgraphicdialog|label14">px</property>
480                        <property name="xalign">0</property>
481                      </object>
482                      <packing>
483                        <property name="left_attach">2</property>
484                        <property name="top_attach">2</property>
485                      </packing>
486                    </child>
487                    <child>
488                      <object class="GtkLabel" id="label16">
489                        <property name="visible">True</property>
490                        <property name="can_focus">False</property>
491                        <property name="label" translatable="yes" context="compressgraphicdialog|label16">DPI</property>
492                        <property name="xalign">0</property>
493                      </object>
494                      <packing>
495                        <property name="left_attach">2</property>
496                        <property name="top_attach">3</property>
497                      </packing>
498                    </child>
499                    <child>
500                      <placeholder/>
501                    </child>
502                  </object>
503                </child>
504                <child type="label">
505                  <object class="GtkLabel" id="label22">
506                    <property name="visible">True</property>
507                    <property name="can_focus">False</property>
508                    <property name="label" translatable="yes" context="compressgraphicdialog|label22">Resolution</property>
509                    <attributes>
510                      <attribute name="weight" value="bold"/>
511                    </attributes>
512                  </object>
513                </child>
514              </object>
515              <packing>
516                <property name="left_attach">1</property>
517                <property name="top_attach">0</property>
518              </packing>
519            </child>
520            <child>
521              <object class="GtkFrame" id="frame1">
522                <property name="visible">True</property>
523                <property name="can_focus">False</property>
524                <property name="label_xalign">0</property>
525                <property name="shadow_type">none</property>
526                <child>
527                  <!-- n-columns=1 n-rows=1 -->
528                  <object class="GtkGrid" id="grid1">
529                    <property name="visible">True</property>
530                    <property name="can_focus">False</property>
531                    <property name="valign">start</property>
532                    <property name="row_spacing">6</property>
533                    <property name="column_spacing">6</property>
534                    <property name="margin-start">16</property>
535                    <property name="margin-top">6</property>
536                    <child>
537                      <object class="GtkLabel" id="label15">
538                        <property name="visible">True</property>
539                        <property name="can_focus">False</property>
540                        <property name="label" translatable="yes" context="compressgraphicdialog|label15">Type:</property>
541                        <property name="single_line_mode">True</property>
542                        <property name="xalign">0</property>
543                        <accessibility>
544                          <relation type="label-for" target="label-graphic-type"/>
545                        </accessibility>
546                      </object>
547                      <packing>
548                        <property name="left_attach">0</property>
549                        <property name="top_attach">0</property>
550                      </packing>
551                    </child>
552                    <child>
553                      <object class="GtkLabel" id="label-graphic-type">
554                        <property name="visible">True</property>
555                        <property name="can_focus">False</property>
556                        <property name="hexpand">True</property>
557                        <property name="label">???</property>
558                        <property name="xalign">0</property>
559                        <accessibility>
560                          <relation type="labelled-by" target="label15"/>
561                        </accessibility>
562                      </object>
563                      <packing>
564                        <property name="left_attach">1</property>
565                        <property name="top_attach">0</property>
566                      </packing>
567                    </child>
568                    <child>
569                      <object class="GtkLabel" id="label7">
570                        <property name="visible">True</property>
571                        <property name="can_focus">False</property>
572                        <property name="label" translatable="yes" context="compressgraphicdialog|label7">Actual dimensions:</property>
573                        <property name="single_line_mode">True</property>
574                        <property name="xalign">0</property>
575                        <accessibility>
576                          <relation type="label-for" target="label-original-size"/>
577                        </accessibility>
578                      </object>
579                      <packing>
580                        <property name="left_attach">0</property>
581                        <property name="top_attach">1</property>
582                      </packing>
583                    </child>
584                    <child>
585                      <object class="GtkLabel" id="label-original-size">
586                        <property name="visible">True</property>
587                        <property name="can_focus">False</property>
588                        <property name="hexpand">True</property>
589                        <property name="label">???</property>
590                        <property name="xalign">0</property>
591                        <accessibility>
592                          <relation type="labelled-by" target="label7"/>
593                        </accessibility>
594                      </object>
595                      <packing>
596                        <property name="left_attach">1</property>
597                        <property name="top_attach">1</property>
598                      </packing>
599                    </child>
600                    <child>
601                      <object class="GtkLabel" id="label8">
602                        <property name="visible">True</property>
603                        <property name="can_focus">False</property>
604                        <property name="label" translatable="yes" context="compressgraphicdialog|label8">Apparent dimensions:</property>
605                        <property name="xalign">0</property>
606                        <accessibility>
607                          <relation type="label-for" target="label-view-size"/>
608                        </accessibility>
609                      </object>
610                      <packing>
611                        <property name="left_attach">0</property>
612                        <property name="top_attach">2</property>
613                      </packing>
614                    </child>
615                    <child>
616                      <object class="GtkLabel" id="label-view-size">
617                        <property name="visible">True</property>
618                        <property name="can_focus">False</property>
619                        <property name="hexpand">True</property>
620                        <property name="label">???</property>
621                        <property name="xalign">0</property>
622                        <accessibility>
623                          <relation type="labelled-by" target="label8"/>
624                        </accessibility>
625                      </object>
626                      <packing>
627                        <property name="left_attach">1</property>
628                        <property name="top_attach">2</property>
629                      </packing>
630                    </child>
631                    <child>
632                      <object class="GtkLabel" id="label9">
633                        <property name="visible">True</property>
634                        <property name="can_focus">False</property>
635                        <property name="label" translatable="yes" context="compressgraphicdialog|label9">Image size:</property>
636                        <property name="xalign">0</property>
637                        <accessibility>
638                          <relation type="label-for" target="label-image-capacity"/>
639                        </accessibility>
640                      </object>
641                      <packing>
642                        <property name="left_attach">0</property>
643                        <property name="top_attach">3</property>
644                      </packing>
645                    </child>
646                    <child>
647                      <object class="GtkLabel" id="label-image-capacity">
648                        <property name="visible">True</property>
649                        <property name="can_focus">False</property>
650                        <property name="hexpand">True</property>
651                        <property name="label">???</property>
652                        <property name="xalign">0</property>
653                        <accessibility>
654                          <relation type="labelled-by" target="label9"/>
655                        </accessibility>
656                      </object>
657                      <packing>
658                        <property name="left_attach">1</property>
659                        <property name="top_attach">3</property>
660                      </packing>
661                    </child>
662                    <child>
663                      <object class="GtkButton" id="calculate">
664                        <property name="label" translatable="yes" context="compressgraphicdialog|calculate">Calculate New Size:</property>
665                        <property name="visible">True</property>
666                        <property name="can_focus">True</property>
667                        <property name="receives_default">True</property>
668                        <property name="halign">start</property>
669                        <accessibility>
670                          <relation type="label-for" target="label-new-capacity"/>
671                        </accessibility>
672                      </object>
673                      <packing>
674                        <property name="left_attach">0</property>
675                        <property name="top_attach">4</property>
676                      </packing>
677                    </child>
678                    <child>
679                      <object class="GtkLabel" id="label-new-capacity">
680                        <property name="visible">True</property>
681                        <property name="can_focus">False</property>
682                        <property name="hexpand">True</property>
683                        <property name="label">???</property>
684                        <property name="xalign">0</property>
685                        <accessibility>
686                          <relation type="labelled-by" target="calculate"/>
687                        </accessibility>
688                      </object>
689                      <packing>
690                        <property name="left_attach">1</property>
691                        <property name="top_attach">4</property>
692                      </packing>
693                    </child>
694                  </object>
695                </child>
696                <child type="label">
697                  <object class="GtkLabel" id="label1">
698                    <property name="visible">True</property>
699                    <property name="can_focus">False</property>
700                    <property name="label" translatable="yes" context="compressgraphicdialog|label1">Image Information</property>
701                    <attributes>
702                      <attribute name="weight" value="bold"/>
703                    </attributes>
704                  </object>
705                </child>
706              </object>
707              <packing>
708                <property name="left_attach">0</property>
709                <property name="top_attach">1</property>
710                <property name="width">2</property>
711              </packing>
712            </child>
713          </object>
714          <packing>
715            <property name="expand">False</property>
716            <property name="fill">True</property>
717            <property name="position">1</property>
718          </packing>
719        </child>
720      </object>
721    </child>
722    <action-widgets>
723      <action-widget response="-5">ok</action-widget>
724      <action-widget response="-6">cancel</action-widget>
725      <action-widget response="-11">help</action-widget>
726    </action-widgets>
727    <child>
728      <placeholder/>
729    </child>
730  </object>
731</interface>
732