tdf#103228: Remember fill type when switching between tabs

This page used not to have exchange support, but it needs it now
since it contains all the fill type subtabs

Change-Id: Ibeefc0ae832b4d53727711a169f1765d28350ec1
Reviewed-on: https://gerrit.libreoffice.org/30843
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
This commit is contained in:
Katarina Behrens 2016-11-14 12:27:49 +01:00
parent 1e70553585
commit ada8a2123e

View File

@ -124,6 +124,8 @@ SvxAreaTabPage::SvxAreaTabPage( vcl::Window* pParent, const SfxItemSet& rInAttrs
m_pBtnBitmap->SetClickHdl(aLink);
m_pBtnPattern->SetClickHdl(aLink);
SetExchangeSupport();
m_pFillTab->set_width_request(750);
m_pFillTab->set_height_request(550);
}