diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-01-24 12:19:00 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-24 12:40:55 +0100 |
commit | 387200f2ddccaa8cd0b0d61943c6d7f480a0931a (patch) | |
tree | 619233040f4c4638f7f21e3a2b3d843af2a50d5b /svx/uiconfig/ui | |
parent | 4e1e77b059942fa548c5053409d1b2fa712631c9 (diff) |
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 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/docking3deffects.ui | 4 | ||||
-rw-r--r-- | svx/uiconfig/ui/paraulspacing.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/sidebargraphic.ui | 4 | ||||
-rw-r--r-- | svx/uiconfig/ui/sidebarparagraph.ui | 2 | ||||
-rw-r--r-- | svx/uiconfig/ui/sidebarshadow.ui | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui index a7304323fb48..32691a53a020 100644 --- a/svx/uiconfig/ui/docking3deffects.ui +++ b/svx/uiconfig/ui/docking3deffects.ui @@ -37,12 +37,12 @@ </object> <object class="GtkAdjustment" id="adjustment7"> <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="GtkAdjustment" id="adjustment8"> <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="GtkImage" id="image1"> diff --git a/svx/uiconfig/ui/paraulspacing.ui b/svx/uiconfig/ui/paraulspacing.ui index fa69c7dd8cb3..56aa668d143f 100644 --- a/svx/uiconfig/ui/paraulspacing.ui +++ b/svx/uiconfig/ui/paraulspacing.ui @@ -5,7 +5,7 @@ <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> <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="GtkBox" id="ParaULSpacingWindow"> diff --git a/svx/uiconfig/ui/sidebargraphic.ui b/svx/uiconfig/ui/sidebargraphic.ui index a22c2c422189..26c48bbf5363 100644 --- a/svx/uiconfig/ui/sidebargraphic.ui +++ b/svx/uiconfig/ui/sidebargraphic.ui @@ -4,7 +4,7 @@ <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="0to100adjustment"> <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="GtkAdjustment" id="gammaadjustment"> @@ -17,7 +17,7 @@ <object class="GtkAdjustment" id="plusminus100adjustment"> <property name="lower">-100</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="GtkAdjustment" id="plusminus100adjustment1"> diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index d7c6cf93ce5a..2d3fb0903e04 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -4,7 +4,7 @@ <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> <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="GtkAdjustment" id="adjustment2"> diff --git a/svx/uiconfig/ui/sidebarshadow.ui b/svx/uiconfig/ui/sidebarshadow.ui index d9b0663db19d..ad0d3fcd81fb 100644 --- a/svx/uiconfig/ui/sidebarshadow.ui +++ b/svx/uiconfig/ui/sidebarshadow.ui @@ -8,7 +8,7 @@ </object> <object class="GtkAdjustment" id="adjustment2"> <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="GtkAdjustment" id="adjustment3"> |