diff options
author | brian houston morrow <bhm@brianmorrow.net> | 2018-01-23 18:38:57 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-01-26 01:07:28 +0100 |
commit | d31ff9d4df7a87f67c5583c0eb78e0fbe1ba6641 (patch) | |
tree | 85b7798297f83ba608969e1be3280e56eee71ba8 /sw/uiconfig/swriter | |
parent | 8a73799d12f0d2dc04890b96bd0adf0ffcf50d17 (diff) |
tdf#113239 Increase tick amount for spacing spinner to 0.1
Change-Id: I8bb2f3863ed16b11c6a65c59b89d41dcdf2d8544
Reviewed-on: https://gerrit.libreoffice.org/48475
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/columnpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui index 1ce5640810cf..577f6430f8f8 100644 --- a/sw/uiconfig/swriter/ui/columnpage.ui +++ b/sw/uiconfig/swriter/ui/columnpage.ui @@ -13,12 +13,12 @@ <object class="GtkAdjustment" id="adjustment2"> <property name="lower">0.01</property> <property name="upper">56</property> - <property name="step_increment">0.10000000000000001</property> + <property name="step_increment">0.1</property> <property name="page_increment">1</property> </object> <object class="GtkAdjustment" id="adjustment3"> <property name="upper">56</property> - <property name="step_increment">0.01</property> + <property name="step_increment">0.1</property> <property name="page_increment">1</property> </object> <object class="GtkAdjustment" id="adjustment4"> |