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)