starmath/uiconfig/smath/ui/spacingdialog.ui | 1 - 1 file changed, 1 deletion(-)
New commits: commit bc8e1acfaddea5f0ea3e607fc4d8f7953795f06c Author: Caolán McNamara <[email protected]> AuthorDate: Fri Jun 4 16:03:19 2021 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Jun 4 20:59:44 2021 +0200 swap orientation of container from vert to hori we only show one child at a time so this should make no difference in theory, and that's the case in gen and gtk3. But tweak it because in gtk4 right now the height gets strangely too tall when vert while its width doesn't when hori. Change-Id: I6a35385bdfe73eb21f8c72085de3ca7408e0602d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116726 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/starmath/uiconfig/smath/ui/spacingdialog.ui b/starmath/uiconfig/smath/ui/spacingdialog.ui index c68893b385cc..c62ff2263a08 100644 --- a/starmath/uiconfig/smath/ui/spacingdialog.ui +++ b/starmath/uiconfig/smath/ui/spacingdialog.ui @@ -414,7 +414,6 @@ <property name="halign">center</property> <property name="valign">start</property> <property name="hexpand">True</property> - <property name="orientation">vertical</property> <child> <object class="GtkImage" id="10image1"> <property name="can-focus">False</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
