Skip to content

Commit

Permalink
make sure the settings dialog width is 600px for readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 4, 2022
1 parent 2d6f60a commit 9a4a8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
}

openDialog(): void {
const dialogRef = this.dialog.open(DashboardSettingsComponent);
const dialogRef = this.dialog.open(DashboardSettingsComponent, {width: '600px',});

dialogRef.afterClosed().subscribe(result => {
console.log(`Dialog result: ${result}`);
Expand Down

0 comments on commit 9a4a8de

Please sign in to comment.