summaryrefslogtreecommitdiffstats
path: root/filter/uiconfig
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-01-24 12:19:00 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-01-24 12:40:55 +0100
commit387200f2ddccaa8cd0b0d61943c6d7f480a0931a (patch)
tree619233040f4c4638f7f21e3a2b3d843af2a50d5b /filter/uiconfig
parentUse std::vector instead of std::unique_ptr (diff)
downloadcore-387200f2ddccaa8cd0b0d61943c6d7f480a0931a.tar.gz
core-387200f2ddccaa8cd0b0d61943c6d7f480a0931a.zip
Revert "lok: ui: more files to increase the 'step-increment'"
This reverts commit 0a64b33617299ece871a947828855b16e2482706. Let's revert this till it's clear how to fix UITest_writer_tests2 to not hang with these changes. Change-Id: I9b40b101ecdad0ccac9a0b52b6a2ef19bd47a38c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87333 Reviewed-by: Henry Castro <hcastro@collabora.com> Tested-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'filter/uiconfig')
-rw-r--r--filter/uiconfig/ui/impswfdialog.ui2
-rw-r--r--filter/uiconfig/ui/pdfgeneralpage.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/uiconfig/ui/impswfdialog.ui b/filter/uiconfig/ui/impswfdialog.ui
index 2eb7b978782c..6617cd7128f2 100644
--- a/filter/uiconfig/ui/impswfdialog.ui
+++ b/filter/uiconfig/ui/impswfdialog.ui
@@ -5,7 +5,7 @@
<object class="GtkAdjustment" id="adjustmentquality">
<property name="lower">1</property>
<property name="upper">100</property>
- <property name="step_increment">5</property>
+ <property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkDialog" id="ImpSWFDialog">
diff --git a/filter/uiconfig/ui/pdfgeneralpage.ui b/filter/uiconfig/ui/pdfgeneralpage.ui
index 02fc9ab579b5..9f469063edb5 100644
--- a/filter/uiconfig/ui/pdfgeneralpage.ui
+++ b/filter/uiconfig/ui/pdfgeneralpage.ui
@@ -6,7 +6,7 @@
<property name="lower">1</property>
<property name="upper">100</property>
<property name="value">90</property>
- <property name="step_increment">5</property>
+ <property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkGrid" id="PdfGeneralPage">