sfx2/uiconfig/ui/panel.ui |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1434802f097030ce13823aa44034b51106e75af2
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Feb 19 09:59:45 2024 +0000
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Tue Mar 5 18:34:17 2024 +0100

    tdf#155961 put some spacing to the right of the "more options" toolbar
    
    the gtk overlay scrolling is all very pretty, but you can't click things
    underneath, and there is no discoverable way to dismiss the scrollbar
    to get "under" it, move this widget to the left a little to try and get
    it outside the hotzone for the overlay scrolling.
    
    Change-Id: Ic9d48be4a29754e9aff0f29dbe32bea762b6cc09
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163543
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    (cherry picked from commit 81359241b6292b178eb8b2050aaad2bbc980def4)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163613
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/sfx2/uiconfig/ui/panel.ui b/sfx2/uiconfig/ui/panel.ui
index 981a2f2d6017..fb40097ee6d6 100644
--- a/sfx2/uiconfig/ui/panel.ui
+++ b/sfx2/uiconfig/ui/panel.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="sfx">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkBox" id="Panel">
@@ -64,6 +64,7 @@
           <object class="GtkToolbar" id="toolbar">
             <property name="can-focus">True</property>
             <property name="no-show-all">True</property>
+            <property name="margin-end">9</property>
             <property name="toolbar-style">icons</property>
             <property name="show-arrow">False</property>
             <property name="icon_size">2</property>

Reply via email to