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"
|
type="radio"
|
||||||
/>
|
/>
|
||||||
<menuseparator/>
|
<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
|
<menuitem
|
||||||
id="view-menuitem-collections-pane"
|
id="view-menuitem-collections-pane"
|
||||||
label="&collectionsPane.label;"
|
label="&collectionsPane.label;"
|
||||||
|
@ -561,6 +548,22 @@
|
||||||
/>
|
/>
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menu>
|
</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"
|
<menu id="font-size-menu"
|
||||||
label="&fontSize.label;">
|
label="&fontSize.label;">
|
||||||
<menupopup oncommand="ZoteroStandalone.onViewMenuItemClick(event)">
|
<menupopup oncommand="ZoteroStandalone.onViewMenuItemClick(event)">
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
menu-density =
|
||||||
|
.label = Density
|
||||||
|
|
||||||
add-attachment = Add Attachment
|
add-attachment = Add Attachment
|
||||||
new-note = New Note
|
new-note = New Note
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue