[Libreoffice-commits] core.git: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 17:23:14 UTC 2019


 cui/source/tabpages/backgrnd.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit db4c828913cfc8c33b8cc87b576fddcc2e705176
Author:     Jim Raykowski <raykowj at gmail.com>
AuthorDate: Sun Jan 20 00:50:15 2019 -0900
Commit:     Jim Raykowski <raykowj at gmail.com>
CommitDate: Tue Jan 22 18:23:01 2019 +0100

    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 at gmail.com>

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()


More information about the Libreoffice-commits mailing list