summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-03-14 17:18:52 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-03-14 18:53:22 +0100
commit0069521a7238d91e13fa7a7ea66ae8226b6a2530 (patch)
tree7fb7e291d16fc6e64a3b33a77cd7d6d04840909e /svx
parent913a281eee9ede04aa37af5309e1d4106a49d592 (diff)
tdf#131337: fix range for "Surface angle" (tab "Shading" in "3D Effects")
Should be to 90° max instead of 1000° Regression from: https://cgit.freedesktop.org/libreoffice/core/commit/?id=11d0c28601dc89c48e67a7b39ba82dd52e660334 author Caolán McNamara <caolanm@redhat.com> 2014-12-28 16:30:18 +0000 committer Caolán McNamara <caolanm@redhat.com> 2014-12-30 15:43:39 +0000 commit 11d0c28601dc89c48e67a7b39ba82dd52e660334 (patch) tree 75e0e9d83694637de1e3b95a25c66de911d381bc parent 04299dba24d04b08d54f4f5945d340d7abfa73e4 (diff) convert RID_SVXFLOAT_3D docking window to .ui This is an epic dialog with lots of moving parts Change-Id: I867723f65273bf46b0693910d88e11a9197384c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90493 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r--svx/uiconfig/ui/docking3deffects.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui
index bfa45fe5befa..235964bc86ef 100644
--- a/svx/uiconfig/ui/docking3deffects.ui
+++ b/svx/uiconfig/ui/docking3deffects.ui
@@ -34,8 +34,8 @@
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="adjustment6">
- <property name="lower">1</property>
- <property name="upper">1000</property>
+ <property name="lower">0</property>
+ <property name="upper">90</property>
<property name="step_increment">5</property>
<property name="page_increment">10</property>
</object>