diff options
author | Jim Raykowski <raykowj@gmail.com> | 2019-01-20 00:50:15 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2019-01-22 18:23:01 +0100 |
commit | db4c828913cfc8c33b8cc87b576fddcc2e705176 (patch) | |
tree | e140a57b0785b277e97fe14d5ab29800519c68b9 | |
parent | e6c08c0c5bea60a5de727fc234379fe86569d6ab (diff) |
Fix squeezed Bitmap fill style tab page layout in Background tab page
Just use the size set by the Area tab page class
Change-Id: Ie87b4e86a3c80e94f6d916dab217e52c82558074
Reviewed-on: https://gerrit.libreoffice.org/66650
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx index b41680e22c81..f0e186d5376d 100644 --- a/cui/source/tabpages/backgrnd.cxx +++ b/cui/source/tabpages/backgrnd.cxx @@ -1376,8 +1376,6 @@ SvxBkgTabPage::SvxBkgTabPage(TabPageParent pParent, const SfxItemSet& rInAttrs) SetColorList(pColorTable); SetBitmapList(pBitmapList); - - m_xFillTab->set_size_request(m_aColorSize.Width(), m_aColorSize.Height()); } SvxBkgTabPage::~SvxBkgTabPage() |