svtools/uiconfig/ui/scrollbars.ui |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 528941a3fd01465e638cea86801cf454cc61f807
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Aug 5 21:21:57 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Aug 6 13:07:24 2022 +0200

    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 <caol...@redhat.com>

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>

Reply via email to