compressgraphicdialog.ui 41 KB

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