From 607090949b333cc9b76b5da9d7c0409a162b3620 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Tue, 19 Jul 2022 16:58:02 +0200 Subject: Remove unnecessary separator from view menu entries (type: text) No need to have one item (Resolved Annotations toggle) surrounded by separators. Signed-off-by: Pedro Pinto Silva Change-Id: Ie5e560122054fc5904e3b24f984aa682c758d373 --- browser/src/control/Control.Menubar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/src/control/Control.Menubar.js b/browser/src/control/Control.Menubar.js index a2384d919d..ba3ba6767a 100644 --- a/browser/src/control/Control.Menubar.js +++ b/browser/src/control/Control.Menubar.js @@ -120,7 +120,6 @@ L.Control.Menubar = L.Control.extend({ {uno: '.uno:Sidebar'}, {type: 'separator'}, {name: _UNO('.uno:ShowResolvedAnnotations', 'text'), id: 'showresolved', type: 'action'}, - {type: 'separator'}, {uno: '.uno:ControlCodes'}, ])}, {name: _UNO('.uno:InsertMenu', 'text'), id: 'insert', type: 'menu', menu: [ -- cgit