Skip to content
Snippets Groups Projects
Commit 95bbdc6f authored by rhenck's avatar rhenck
Browse files

[editor] Improve player element properties button visual

parent c1c02249
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
</ng-container>
<ng-container *ngIf="combinedProperties.autostart !== undefined">
<button mat-fab (click)="unitService.showDefaultEditDialog(selectedElements[0])">
<button (click)="unitService.showDefaultEditDialog(selectedElements[0])">
<mat-icon>build_circle</mat-icon>
</button>
</ng-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment