diff options
author | andreas kainz <kainz.a@gmail.com> | 2020-01-08 14:44:54 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2020-01-13 08:23:36 +0100 |
commit | d3ac24bdb5dd4bc70a0b0c217b5e8f503dad8545 (patch) | |
tree | 63d590cebe9c228e8bc16d037092644b5198465b /svx/uiconfig/ui/compressgraphicdialog.ui | |
parent | b448b4953c8a8c2bd307844a5705b9832a6cffa4 (diff) |
tdf#128658 update image compress dialog default settings
Change-Id: I4bfd14d1d8543e27eb31e340742fac527d22e6d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86431
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'svx/uiconfig/ui/compressgraphicdialog.ui')
-rw-r--r-- | svx/uiconfig/ui/compressgraphicdialog.ui | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index 2897e7b6ae07..1edc4273ed3f 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -5,7 +5,7 @@ <object class="GtkAdjustment" id="compression-adjustment"> <property name="lower">1</property> <property name="upper">9</property> - <property name="value">9</property> + <property name="value">6</property> <property name="step_increment">1</property> <property name="page_increment">1</property> </object> @@ -19,9 +19,9 @@ <object class="GtkAdjustment" id="quality-adjustment"> <property name="lower">1</property> <property name="upper">99</property> - <property name="value">90</property> + <property name="value">80</property> <property name="step_increment">1</property> - <property name="page_increment">10</property> + <property name="page_increment">5</property> </object> <object class="GtkAdjustment" id="width-adjustment"> <property name="lower">1</property> @@ -203,10 +203,8 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> - <property name="text">90</property> <property name="adjustment">quality-adjustment</property> <property name="numeric">True</property> - <property name="value">90</property> <accessibility> <relation type="labelled-by" target="radio-jpeg"/> </accessibility> @@ -257,10 +255,10 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> - <property name="text">9</property> + <property name="text">6</property> <property name="adjustment">compression-adjustment</property> <property name="numeric">True</property> - <property name="value">9</property> + <property name="value">6</property> <accessibility> <relation type="labelled-by" target="radio-lossless"/> </accessibility> @@ -429,8 +427,6 @@ <property name="can_focus">False</property> <property name="has_entry">True</property> <items> - <item>50</item> - <item>75</item> <item>96</item> <item>150</item> <item>200</item> |