<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - 3D Effects dialog does not allow to set 1 vertical segment"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131044">bug 131044</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>serval2412@yahoo.fr
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - 3D Effects dialog does not allow to set 1 vertical segment"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131044#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - 3D Effects dialog does not allow to set 1 vertical segment"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131044">bug 131044</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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>
)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>