summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2024-02-19 09:59:45 +0000
committerAndras Timar <andras.timar@collabora.com>2024-02-21 18:08:10 +0100
commit0b4bf75ffca6ad9b3c359e973aa8a46d67a66625 (patch)
tree14d32563ff3bc518371b9cd2dc33c41fdbaeb767
parent95e9ad355237ccc52159a5da5a0efa78af6f3062 (diff)
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 <xiscofauli@libreoffice.org>
-rw-r--r--sfx2/uiconfig/ui/panel.ui3
1 files changed, 2 insertions, 1 deletions
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>