Mercurial > hg > ugly-duckling
comparison 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 |
comparison
equal
deleted
inserted
replaced
478:6d26e3d74713 | 484:ae96db60f25c |
---|---|
15 | 15 |
16 | 16 |
17 <ugly-audio-file-open | 17 <ugly-audio-file-open |
18 (fileOpened)="onFileOpened($event); tray.close()" | 18 (fileOpened)="onFileOpened($event); tray.close()" |
19 ></ugly-audio-file-open> | 19 ></ugly-audio-file-open> |
20 <button md-icon-button (click)="tray.toggle()"> | |
21 <md-icon>extension</md-icon> | |
22 </button> | |
23 <button md-icon-button (click)="analyses.stepBack()"> | 20 <button md-icon-button (click)="analyses.stepBack()"> |
24 <md-icon>undo</md-icon> | 21 <md-icon>undo</md-icon> |
25 </button> | 22 </button> |
26 <button md-icon-button (click)="analyses.stepForward()"> | 23 <button md-icon-button (click)="analyses.stepForward()"> |
27 <md-icon>redo</md-icon> | 24 <md-icon>redo</md-icon> |
25 </button> | |
26 <button md-icon-button (click)="tray.toggle()"> | |
27 <md-icon>extension</md-icon> | |
28 </button> | 28 </button> |
29 </md-toolbar> | 29 </md-toolbar> |
30 </div> | 30 </div> |
31 | 31 |
32 <ugly-action-tray #tray> | 32 <ugly-action-tray #tray> |