tdf#100340 reduce the compress graphic dialog a little more
Change-Id: I183c399207f6676ff660a59358dee32ebff8e667 Reviewed-on: https://gerrit.libreoffice.org/27205 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
fedd856894
commit
0bd3daf959
@ -55,6 +55,7 @@
|
||||
<property name="border_width">6</property>
|
||||
<property name="title" translatable="yes">Compress Image</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="resizable">False</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child internal-child="vbox">
|
||||
<object class="GtkBox" id="dialog-vbox1">
|
||||
@ -146,7 +147,7 @@
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="radio-jpeg">
|
||||
<property name="label" translatable="yes">JPEG Compression</property>
|
||||
<property name="label" translatable="yes">JPEG (lossy compression)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
@ -161,7 +162,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="radio-lossless">
|
||||
<property name="label" translatable="yes">PNG Quality</property>
|
||||
<property name="label" translatable="yes">PNG (lossless compression)</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
@ -186,12 +187,11 @@
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkScale" id="scale-quality">
|
||||
<property name="width_request">200</property>
|
||||
<property name="width_request">150</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="adjustment">quality-adjustment</property>
|
||||
<property name="fill_level">99</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="draw_value">False</property>
|
||||
<property name="value_pos">right</property>
|
||||
@ -236,11 +236,10 @@
|
||||
<property name="column_spacing">6</property>
|
||||
<child>
|
||||
<object class="GtkScale" id="scale-compression">
|
||||
<property name="width_request">200</property>
|
||||
<property name="width_request">150</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="adjustment">compression-adjustment</property>
|
||||
<property name="fill_level">9</property>
|
||||
<property name="digits">0</property>
|
||||
<property name="draw_value">False</property>
|
||||
<property name="value_pos">right</property>
|
||||
@ -281,7 +280,7 @@
|
||||
<object class="GtkLabel" id="label2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">Compression Options</property>
|
||||
<property name="label" translatable="yes">Compression</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
@ -521,7 +520,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="top_padding">6</property>
|
||||
<property name="left_padding">12</property>
|
||||
<property name="left_padding">16</property>
|
||||
<child>
|
||||
<object class="GtkGrid" id="grid1">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user