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

New commits:
commit 7f27c90c12fbfc779771dc32362a60160bd99386
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Feb 19 09:59:45 2024 +0000
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Feb 20 10:28:44 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>

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