Skip to content

Commit

Permalink
Widen the dialog for thumbnail generation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyukiAota committed Dec 7, 2024
1 parent cc69bb2 commit 5440e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class ThumbnailGenerationStatusBarComponent implements OnInit {
public handleClickHereTextClicked(event: MouseEvent) {
event.stopPropagation();
this.dialog.open(ThumbnailGenerationErrorDialogComponent, {
width: '800px',
width: '1000px',
height: '600px',
panelClass: 'custom-dialog-container',
disableClose: false,
Expand Down

0 comments on commit 5440e9a

Please sign in to comment.