[Libreoffice-bugs] [Bug 99027] [FORMATTING] Default table border width is useless

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 9 09:18:39 UTC 2017


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

--- Comment #23 from Jim Raykowski <raykowj at gmail.com> ---
(In reply to Yousuf Philips (jay) from comment #22)
> Can anyone think of any other places this needs to be fixed? The only thing
> that comes to my mind is that if a table has border disabled and they open
> the table properties dialog's borders tab, the width field is at 0.05pt.
> 
> Tried altering the spinbox id from linewidthmf:0.00pt to linewidthmf:0.50pt,
> but it would then appear as 9.0050pt in the dialog. Also using
> linewidthmf:0.01pt would turn into 1.001pt.
> 
> Jim can you have a look at this?
> 
> https://opengrok.libreoffice.org/xref/core/cui/uiconfig/ui/borderpage.ui
> https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/border.cxx

Jay,

The width spin uses the GtkAdjustment 1 object properties. Adjust these values
to what you want.   

borderpage.ui
6    <object class="GtkAdjustment" id="adjustment1">
7     <property name="lower">0.050000000000000003</property>
8     <property name="upper">9</property>
9     <property name="step_increment">0.25</property>
10     <property name="page_increment">1</property>
11   </object>

GtkAdjustment 2 is used by the padding spins
GtkAdjustment 3 is used by the distance spin

-- 
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/20171109/e19d3f09/attachment.html>


More information about the Libreoffice-bugs mailing list