diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-08-05 21:21:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-08-06 13:07:24 +0200 |
commit | 528941a3fd01465e638cea86801cf454cc61f807 (patch) | |
tree | dc8325aa1d8bc6b090e8f89dde6f3cbda4d724c2 /svtools | |
parent | bd13bd144cfa00a52a056a95167c8510c84a0e40 (diff) |
Revert "align horz scrollbar to top if assigned more space than it wants"
This reverts commit 106bc0fd7a94eb48e8a81be753c156496b83578a.
it has an unusual effect in writer on hiding and reshowing scrollbars
Change-Id: I0569bf3ddb9b04f1afc6c26add84086bdf4ff5fa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137886
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/scrollbars.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/scrollbars.ui b/svtools/uiconfig/ui/scrollbars.ui index c7901e4d32e8..f2c9ac728376 100644 --- a/svtools/uiconfig/ui/scrollbars.ui +++ b/svtools/uiconfig/ui/scrollbars.ui @@ -21,7 +21,6 @@ <child> <object class="GtkScrollbar" id="vertical"> <property name="can-focus">False</property> - <property name="halign">start</property> <property name="vexpand">True</property> <property name="orientation">vertical</property> <property name="adjustment">adjustment1</property> @@ -35,7 +34,6 @@ <child> <object class="GtkScrollbar" id="horizontal"> <property name="can-focus">False</property> - <property name="valign">start</property> <property name="hexpand">True</property> <property name="adjustment">adjustment2</property> </object> |