summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2016-07-15 03:08:53 +0400
committerCaolán McNamara <caolanm@redhat.com>2016-07-22 10:59:53 +0000
commit0bd3daf959a6ac94e2538f6b9b7f7c6892596210 (patch)
treef106133f468d3c86e05f44382cfa2497d76d3734 /svx/uiconfig
parentfedd856894f3c9ae5a6c4afb58c43922e3e7dbeb (diff)
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>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/compressgraphicdialog.ui15
1 files changed, 7 insertions, 8 deletions
diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui
index da94ccb049f2..b6599acf7df8 100644
--- a/svx/uiconfig/ui/compressgraphicdialog.ui
+++ b/svx/uiconfig/ui/compressgraphicdialog.ui
@@ -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>