svx/uiconfig/ui/docking3deffects.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0069521a7238d91e13fa7a7ea66ae8226b6a2530 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Sat Mar 14 17:18:52 2020 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Mar 14 18:53:22 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 <caol...@redhat.com> 2014-12-28 16:30:18 +0000 committer Caolán McNamara <caol...@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 <serval2...@yahoo.fr> 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits