svx/source/sidebar/area/AreaPropertyPanelBase.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 930ba0c1ec9620641f58573d4bcdb9755be94d11 Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Mon Jun 13 08:58:18 2022 +0200 Commit: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> CommitDate: Mon Jun 13 10:32:56 2022 +0200 Fix comment No need to mention gerrit URLs in code comments Change-Id: I445f94211a3e660aa6e3482352f56ded7465e008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135692 Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 428d35d94d59..baaf3c4b5189 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -156,8 +156,7 @@ void AreaPropertyPanelBase::Initialize() mxLbFillGradTo->SetSelectHdl( aLink3 ); mxMTRAngle->connect_value_changed(LINK(this,AreaPropertyPanelBase, ChangeGradientAngle)); - // https://gerrit.libreoffice.org/c/core/+/87313 set a small width to force widgets to - // take their final width from other widgets in the grid + // set a small width to force widgets to take their final width from other widgets in the grid mxLbFillGradFrom->get_widget().set_size_request(42, -1); mxLbFillGradTo->get_widget().set_size_request(42, -1);