diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2016-07-07 23:29:19 +0530 |
---|---|---|
committer | Rishabh Kumar <kris.kr296@yahoo.in> | 2016-07-07 19:21:35 +0000 |
commit | bae5a12b04d6ea99729f69005ca9931148d7ee3b (patch) | |
tree | 68069fa0b04726278da9364f01c56cd06a80326b | |
parent | 0f54db1ce9a2d29a9f7cd0ce21de1f044df873de (diff) |
Increase spacing between SvxPresetListBox entries
Change-Id: Ia92ab9afd2cba5b5f327eb6ff722ea51ae5dba2f
Reviewed-on: https://gerrit.libreoffice.org/27018
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Rishabh Kumar <kris.kr296@yahoo.in>
-rw-r--r-- | svx/source/tbxctrls/SvxPresetListBox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx index 6a421cd6eac6..3607c3088d97 100644 --- a/svx/source/tbxctrls/SvxPresetListBox.cxx +++ b/svx/source/tbxctrls/SvxPresetListBox.cxx @@ -32,7 +32,7 @@ SvxPresetListBox::SvxPresetListBox(vcl::Window* pParent, WinBits nWinStyle) : ValueSet(pParent, nWinStyle) { SetEdgeBlending(true); - SetExtraSpacing(2); + SetExtraSpacing(4); } VCL_BUILDER_DECL_FACTORY(SvxPresetListBox) |