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:
committed by
Rishabh Kumar
parent
0f54db1ce9
commit
bae5a12b04
@@ -32,7 +32,7 @@ SvxPresetListBox::SvxPresetListBox(vcl::Window* pParent, WinBits nWinStyle)
|
|||||||
: ValueSet(pParent, nWinStyle)
|
: ValueSet(pParent, nWinStyle)
|
||||||
{
|
{
|
||||||
SetEdgeBlending(true);
|
SetEdgeBlending(true);
|
||||||
SetExtraSpacing(2);
|
SetExtraSpacing(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
VCL_BUILDER_DECL_FACTORY(SvxPresetListBox)
|
VCL_BUILDER_DECL_FACTORY(SvxPresetListBox)
|
||||||
|
Reference in New Issue
Block a user