summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-05-14 17:17:36 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-05-16 10:16:26 +0200
commit5fccbf0f6f55d697efa20d0d2282d39631fe6c59 (patch)
tree39f0f66bea55352c44e99a1f89074891a94f1a30 /svx
parentf33d2d8b5b7ae022eebfa3e22deac71351b3f4e1 (diff)
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>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/SvxPresetListBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx
index adb623bf5dd5..eb31bec38b9b 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()