[Libreoffice-bugs] [Bug 131044] 3D Effects dialog does not allow to set 1 vertical segment

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 1 20:41:42 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=131044

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
Just for information, with this patch:
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>

vertical displays "1".
(adjustement9 is related to vertical segments with:
    494                       <object class="GtkSpinButton" id="veri">
    495                         <property name="visible">True</property>
    496                         <property name="can_focus">True</property>
    497                         <property name="text">0</property>
    498                         <property
name="adjustment">adjustment9</property>
    499                       </object>
)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200301/abadded3/attachment.htm>


More information about the Libreoffice-bugs mailing list