Skip to content

Commit

Permalink
SDA-4682 - increase child window minimum size (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Dec 13, 2024
1 parent 15bf9a4 commit 5969396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/child-window-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import {
const DEFAULT_POP_OUT_WIDTH = 300;
const DEFAULT_POP_OUT_HEIGHT = 600;

const MIN_WIDTH = 300;
const MIN_HEIGHT = 300;
const MIN_WIDTH = 400;
const MIN_HEIGHT = 400;

const CHILD_WINDOW_EVENTS = ['enter-full-screen', 'leave-full-screen'];

Expand Down

0 comments on commit 5969396

Please sign in to comment.