online.git: engine/formula

0 views
Skip to first unread message

"Parth Raiyani (via cogerrit)"

unread,
8:18 AM (9 hours ago) 8:18 AM
to collaboraon...@googlegroups.com
engine/formula/uiconfig/ui/parameter.ui | 1 +
1 file changed, 1 insertion(+)

New commits:
commit 0a5210d43ce40dfbfbaee909f93bed4989fa04ac
Author: Parth Raiyani <parth....@collabora.com>
AuthorDate: Wed May 20 11:48:06 2026 +0000
Commit: Szymon Kłos <szymo...@collabora.com>
CommitDate: Mon May 25 12:18:16 2026 +0000

formula: respect hscrollbar-policy on parameter area scrollwindow

The parameter.ui scrollwindow only set vscrollbar-policy="never" and left the horizontal axis as the WB_AUTOHSCROLL default, so online's .ui-scrollwindow overflow:auto rendered a stray horizontal scrollbar at the top of the right pane of the Function Wizard whenever the 4-column paramgrid was wider than the viewport. Set hscrollbar-policy="never" too; the JSDialog ScrolledWindow handler then drops the max-content expansion and leaves the overflow hidden.

Signed-off-by: Parth Raiyani <parth....@collabora.com>
Change-Id: I7200d9f7633a6678703f554b0e3154ed7aa117ea
Reviewed-on: https://gerrit.collaboraoffice.com/c/online/+/2992
Reviewed-by: Szymon Kłos <szymo...@collabora.com>
Tested-by: Jenkins CPCI <rel...@collaboraoffice.com>

diff --git a/engine/formula/uiconfig/ui/parameter.ui b/engine/formula/uiconfig/ui/parameter.ui
index dc35e979f2fa..749c4145b0eb 100644
--- a/engine/formula/uiconfig/ui/parameter.ui
+++ b/engine/formula/uiconfig/ui/parameter.ui
@@ -102,6 +102,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
+ <property name="hscrollbar-policy">never</property>
<property name="vscrollbar-policy">never</property>
<property name="shadow-type">in</property>
<child>

Reply all
Reply to author
Forward
0 new messages