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>
This commit is contained in:
Rishabh Kumar
2016-07-07 23:29:19 +05:30
committed by Rishabh Kumar
parent 0f54db1ce9
commit bae5a12b04

View File

@@ -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)