Bug 1622457 - Restore the Clear Downloads button position in the Library window. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D67332

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Marco Bonardo 2020-03-23 13:05:35 +00:00
Родитель 734f79b541
Коммит 77b52c71ab
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -326,6 +326,12 @@
</menubar>
#endif
<toolbarbutton id="clearDownloadsButton"
class="tabbable"
label="&clearDownloadsButton.label;"
command="downloadsCmd_clearDownloads"
tooltiptext="&clearDownloadsButton.tooltip;"/>
<spacer id="libraryToolbarSpacer" flex="1"/>
<search-textbox id="searchFilter"
@ -333,12 +339,6 @@
aria-controls="placeContent"
oncommand="PlacesSearchBox.search(this.value);"
collection="bookmarks"/>
<toolbarbutton id="clearDownloadsButton"
class="tabbable"
insertbefore="libraryToolbarSpacer"
label="&clearDownloadsButton.label;"
command="downloadsCmd_clearDownloads"
tooltiptext="&clearDownloadsButton.tooltip;"/>
</toolbar>
</toolbox>