Resolves tdf#132852 - Area fill dialog spacing

WB_ITEMBORDER added to the widget style

Change-Id: Ica898d3f23a7973bd002c3fcf52302b42cb0f269
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94237
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx
index adb623b..eb31bec 100644
--- a/svx/source/tbxctrls/SvxPresetListBox.cxx
+++ b/svx/source/tbxctrls/SvxPresetListBox.cxx
@@ -33,7 +33,7 @@ SvxPresetListBox::SvxPresetListBox(std::unique_ptr<weld::ScrolledWindow> pWindow
void SvxPresetListBox::SetDrawingArea(weld::DrawingArea* pDrawingArea)
{
    ValueSet::SetDrawingArea(pDrawingArea);
    SetExtraSpacing(4);
    SetStyle(GetStyle() | WB_ITEMBORDER);
}

void SvxPresetListBox::Resize()