diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-04 16:03:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-04 20:59:44 +0200 |
commit | bc8e1acfaddea5f0ea3e607fc4d8f7953795f06c (patch) | |
tree | 6fe80e1945e6d0838f54e55db0697334792d7e02 /starmath | |
parent | 452bf1359dab3cfab9fd6007d68592e9c96382b3 (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/spacingdialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
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> |