Move density options to separate submenu in View
This commit is contained in:
parent
ac7cc34485
commit
f084b8c8ad
2 changed files with 19 additions and 13 deletions
|
@ -531,19 +531,6 @@
|
|||
type="radio"
|
||||
/>
|
||||
<menuseparator/>
|
||||
<menuitem
|
||||
id="view-menuitem-ui-density-compact"
|
||||
data-l10n-id="menu-ui-density-compact"
|
||||
name="menu-ui-density"
|
||||
type="radio"
|
||||
/>
|
||||
<menuitem
|
||||
id="view-menuitem-ui-density-comfortable"
|
||||
data-l10n-id="menu-ui-density-comfortable"
|
||||
name="menu-ui-density"
|
||||
type="radio"
|
||||
/>
|
||||
<menuseparator/>
|
||||
<menuitem
|
||||
id="view-menuitem-collections-pane"
|
||||
label="&collectionsPane.label;"
|
||||
|
@ -561,6 +548,22 @@
|
|||
/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menu id="density-menu" data-l10n-id="menu-density">
|
||||
<menupopup oncommand="ZoteroStandalone.onViewMenuItemClick(event)">
|
||||
<menuitem
|
||||
id="view-menuitem-ui-density-compact"
|
||||
data-l10n-id="menu-ui-density-compact"
|
||||
name="menu-ui-density"
|
||||
type="radio"
|
||||
/>
|
||||
<menuitem
|
||||
id="view-menuitem-ui-density-comfortable"
|
||||
data-l10n-id="menu-ui-density-comfortable"
|
||||
name="menu-ui-density"
|
||||
type="radio"
|
||||
/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menu id="font-size-menu"
|
||||
label="&fontSize.label;">
|
||||
<menupopup oncommand="ZoteroStandalone.onViewMenuItemClick(event)">
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
menu-density =
|
||||
.label = Density
|
||||
|
||||
add-attachment = Add Attachment
|
||||
new-note = New Note
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue