Modifications du style des boutons et
des formulaires
This commit is contained in:
@@ -73,6 +73,9 @@ export class ListOfDzsComponent implements OnInit {
|
||||
}
|
||||
|
||||
openDialogToAdd() {
|
||||
this.dialog.open(NewDropZoneComponent);
|
||||
this.dialog.open(NewDropZoneComponent, {
|
||||
height: "400px",
|
||||
width: "600px"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user