formula/uiconfig/ui/functionpage.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit e1183fb68ef9479d6ca718020b65866179bcbc31 Author: AhmedHamed <[email protected]> AuthorDate: Thu Aug 15 14:10:40 2024 +0300 Commit: Heiko Tietze <[email protected]> CommitDate: Tue Aug 20 08:35:13 2024 +0200 Make help button in FW has a fixed width Change-Id: I79122e8ae1c05d1ad647dc990b641971c8bbca50 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171929 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/formula/uiconfig/ui/functionpage.ui b/formula/uiconfig/ui/functionpage.ui index 247e4c4fce4d..4ed38281cd1b 100644 --- a/formula/uiconfig/ui/functionpage.ui +++ b/formula/uiconfig/ui/functionpage.ui @@ -158,9 +158,10 @@ <property name="can-default">True</property> <property name="receives-default">True</property> <property name="tooltip-text" translatable="yes" context="functionpage|help|tooltip_text">Go to Function's Help Page</property> + <property name="vexpand">False</property> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> <property name="position">6</property> </packing>
