summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishabh Kumar <kris.kr296@gmail.com>2016-07-07 23:29:19 +0530
committerRishabh Kumar <kris.kr296@yahoo.in>2016-07-07 19:21:35 +0000
commitbae5a12b04d6ea99729f69005ca9931148d7ee3b (patch)
tree68069fa0b04726278da9364f01c56cd06a80326b
parent0f54db1ce9a2d29a9f7cd0ce21de1f044df873de (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.cxx2
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)