diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-02-19 09:59:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-02-19 13:38:46 +0100 |
commit | 81adba0eeed883b939477259ac53c04459d25a4c (patch) | |
tree | bd8ce539b8b3087fced99a2782cf1eb3681a017a /sfx2/uiconfig | |
parent | e81f4656225cd474086340481a4505e3e932f8e6 (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/+/163586
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/panel.ui | 3 |
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> |