Skip to content

Commit

Permalink
Bug 1622457 - Restore the Clear Downloads button position in the Libr…
Browse files Browse the repository at this point in the history
…ary window. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D67332
  • Loading branch information
mak77 committed Mar 23, 2020
1 parent 11bb466 commit 0503c37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions browser/components/places/content/places.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -326,19 +326,19 @@
</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"
flex="1"
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>

Expand Down

0 comments on commit 0503c37

Please sign in to comment.