svx/source/sidebar/area/AreaPropertyPanelBase.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 1d0fc7baaaaea16b4ed0bb656f6c48a6b6c0d4ef Author: Caolán McNamara <[email protected]> AuthorDate: Mon Feb 10 15:21:50 2020 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Feb 10 17:47:50 2020 +0100 set a narrow width so it takes the width of its fellow panel members Change-Id: I846d1918fbd470439ea1efe591ff8eb392464bce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88377 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 56b3e5602df4..489c17fa89a6 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -148,6 +148,8 @@ void AreaPropertyPanelBase::Initialize() { SvxFillTypeBox::Fill(*mxLbFillType); + mxLbFillAttr->set_size_request(42, -1); + maGradientLinear.SetXOffset(DEFAULT_CENTERX); maGradientLinear.SetYOffset(DEFAULT_CENTERY); maGradientLinear.SetAngle(DEFAULT_ANGLE); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
