Enlarge tabpage size so that even colour tab fits in

Change-Id: Ic768000d6710b14d117a3480a13c39efe9e330ea
Reviewed-on: https://gerrit.libreoffice.org/29725
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
This commit is contained in:
Katarina Behrens 2016-10-12 10:44:37 +02:00
parent a77ff8446e
commit 6b44a8186d

View file

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