diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-10-16 21:59:57 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-10-19 13:24:59 +0000 |
commit | 2f3f06461e7c830105935a1590ff9f181169dff5 (patch) | |
tree | af893a0a8747842ecf7c5757951d877cee9e339b /sw/uiconfig | |
parent | 10b24e7fa8a9368e3d20e8511172bc01f04f5a1a (diff) |
tdf#102284 Allow footnote separator thickness of 0pt
Change-Id: I7a8543836b8747f9523a844f041b143d0d18d9c5
Reviewed-on: https://gerrit.libreoffice.org/29932
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/footnoteareapage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/footnoteareapage.ui b/sw/uiconfig/swriter/ui/footnoteareapage.ui index 1a921ee6f380..adcfbdb9ef93 100644 --- a/sw/uiconfig/swriter/ui/footnoteareapage.ui +++ b/sw/uiconfig/swriter/ui/footnoteareapage.ui @@ -16,7 +16,7 @@ <property name="page_increment">10</property> </object> <object class="GtkAdjustment" id="adjustment3"> - <property name="lower">0.25</property> + <property name="lower">0.00</property> <property name="upper">9</property> <property name="value">0.25</property> <property name="step_increment">1</property> |