Mercurial > hg > ugly-duckling
changeset 484:ae96db60f25c
Move extraction toggle button back to right edge.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 03 Jul 2017 20:32:51 +0100 |
parents | 6d26e3d74713 |
children | 5f3e1b275e18 |
files | src/app/app.component.html |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/app.component.html Fri Jun 30 16:29:56 2017 +0100 +++ b/src/app/app.component.html Mon Jul 03 20:32:51 2017 +0100 @@ -17,15 +17,15 @@ <ugly-audio-file-open (fileOpened)="onFileOpened($event); tray.close()" ></ugly-audio-file-open> - <button md-icon-button (click)="tray.toggle()"> - <md-icon>extension</md-icon> - </button> <button md-icon-button (click)="analyses.stepBack()"> <md-icon>undo</md-icon> </button> <button md-icon-button (click)="analyses.stepForward()"> <md-icon>redo</md-icon> </button> + <button md-icon-button (click)="tray.toggle()"> + <md-icon>extension</md-icon> + </button> </md-toolbar> </div>