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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #33 from Justin L <[email protected]> ---
A better solution is changing svtools/source/control/ctrlbox.cxx:
-    if ( bGapChange && nGap > MINGAPWIDTH )
+    if ( bGapChange && nGap >= MINGAPWIDTH )

The width size is automatically increased to 1.10 when reloaded.

However, that looks like it exposes another bug, where extra borders are added
to other cells - perhaps because of duplicate styles.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to