Skip to content

Commit

Permalink
[PM-4366] Update popout windows to open as a popup window type rath…
Browse files Browse the repository at this point in the history
…er than a `normal` window type
  • Loading branch information
Cesar Gonzalez committed Oct 16, 2023
1 parent e2a465e commit f92883f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class BrowserPopoutWindowService implements BrowserPopupWindowServiceInterface {
private defaultPopoutWindowOptions: chrome.windows.CreateData = {
type: "popup",
focused: true,
width: 375,
height: 628,
width: 380,
height: 630,
};

async openUnlockPrompt(senderWindowId: number) {
Expand Down

0 comments on commit f92883f

Please sign in to comment.