| commit | 5fccbf0f6f55d697efa20d0d2282d39631fe6c59 | [log] |
|---|---|---|
| author | Heiko Tietze <tietze.heiko@gmail.com> | Thu May 14 17:17:36 2020 +0200 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Sat May 16 10:16:26 2020 +0200 |
| tree | 39f0f66bea55352c44e99a1f89074891a94f1a30 | |
| parent | f33d2d8b5b7ae022eebfa3e22deac71351b3f4e1 [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>
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()