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

New commits:
commit 81adba0eeed883b939477259ac53c04459d25a4c
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon Feb 19 09:59:45 2024 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Feb 19 13:38:46 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/+/163586
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

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