diff options
author | Sumit Chauhan <sumitcn25@gmail.com> | 2019-02-09 13:16:50 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-08 11:49:00 +0200 |
commit | 347afce3a997291313fd88843ba248ccbbcb3990 (patch) | |
tree | d6c80c05156328550dcd12f5c4bca11cd338115f /include/svx/sidebar | |
parent | b9e0a129fa28338613a56b99ef7f2ff588350ebb (diff) |
tdf#120495 Providing self adapting height to the Area section of Sidebar
This problem comes when we switch between different fill tabs in area sidebar and
this patch solves the issue.
Change-Id: I09936e600214394d26a27d26d47be3ef9942b65f
Reviewed-on: https://gerrit.libreoffice.org/67577
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r-- | include/svx/sidebar/AreaPropertyPanelBase.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx index 1614077bbb55..0f568600563d 100644 --- a/include/svx/sidebar/AreaPropertyPanelBase.hxx +++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx @@ -39,6 +39,7 @@ #include <vcl/vclptr.hxx> #include <svl/intitem.hxx> #include <svx/svxdllapi.h> +#include <sfx2/sidebar/Panel.hxx> class XFillFloatTransparenceItem; class XFillTransparenceItem; @@ -146,6 +147,7 @@ protected: Image maImgLinear; VclPtr<AreaTransparencyGradientPopup> mxTrGrPopup; + VclPtr<sfx2::sidebar::Panel> mpPanel; std::unique_ptr< XFillFloatTransparenceItem > mpFloatTransparenceItem; std::unique_ptr< SfxUInt16Item > mpTransparanceItem; |