diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2020-03-03 22:24:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-04 09:00:17 +0100 |
commit | 3d38514166b2e3090e03d16df11e83e184eee433 (patch) | |
tree | 17f957b6352842d579a78a401786caece9d6904a | |
parent | faf1893fc7dcb0895e0dde9003f02ed429eb11e3 (diff) |
tdf#131044: 3D Effects dialog should allow to set 1 vertical segment
See https://bugs.documentfoundation.org/show_bug.cgi?id=131044#c0
for a scenario
Change-Id: Ie247b6441df91e6831cfa18e66771af5d070dad8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89933
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | svx/uiconfig/ui/docking3deffects.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/docking3deffects.ui b/svx/uiconfig/ui/docking3deffects.ui index d08c981ac984..bfa45fe5befa 100644 --- a/svx/uiconfig/ui/docking3deffects.ui +++ b/svx/uiconfig/ui/docking3deffects.ui @@ -50,7 +50,7 @@ <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment9"> - <property name="lower">2</property> + <property name="lower">1</property> <property name="upper">256</property> <property name="step_increment">1</property> <property name="page_increment">10</property> |