From bae5a12b04d6ea99729f69005ca9931148d7ee3b Mon Sep 17 00:00:00 2001 From: Rishabh Kumar Date: Thu, 7 Jul 2016 23:29:19 +0530 Subject: Increase spacing between SvxPresetListBox entries Change-Id: Ia92ab9afd2cba5b5f327eb6ff722ea51ae5dba2f Reviewed-on: https://gerrit.libreoffice.org/27018 Tested-by: Jenkins Reviewed-by: Rishabh Kumar --- svx/source/tbxctrls/SvxPresetListBox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit