Mercurial > hg > ugly-duckling
diff src/app/app.component.html @ 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 | 50f61d1945db |
children | cf4a17efb5d4 |
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>