diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-11-14 12:27:49 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-11-14 14:33:16 +0000 |
commit | ada8a2123ea655142be74a11c23e042a0109d5f8 (patch) | |
tree | a00e2c7f18075e3f5703021c4ea2dbaf7484211b | |
parent | 1e70553585af382c7da3f79a3edf29de56c2d6a1 (diff) |
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>
-rw-r--r-- | cui/source/tabpages/tparea.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/tabpages/tparea.cxx b/cui/source/tabpages/tparea.cxx index b58a30661e6b..1facc7c9ff0e 100644 --- a/cui/source/tabpages/tparea.cxx +++ b/cui/source/tabpages/tparea.cxx @@ -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); } |