[Libreoffice-commits] core.git: Branch 'libreoffice-6-4' - svx/uiconfig
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 17 15:57:36 UTC 2020
svx/uiconfig/ui/docking3deffects.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cafef7c8efbe1e63e59fedc27dfcfbbde626b8f9
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Mar 14 17:18:52 2020 +0100
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Tue Mar 17 16:57:02 2020 +0100
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 at redhat.com> 2014-12-28 16:30:18 +0000
committer Caolán McNamara <caolanm at 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/+/90397
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui
index 32691a53a020..e51705b52a5b 100644
--- a/svx/uiconfig/ui/docking3deffects.ui
+++ b/svx/uiconfig/ui/docking3deffects.ui
@@ -30,8 +30,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>
More information about the Libreoffice-commits
mailing list