Skip to content

Commit

Permalink
Tune extension window size to fit 3 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 10, 2023
1 parent ca9de49 commit 3dbee35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const createDataWindow = (url) => {
const createExtensionsWindow = (editorWebContents) => {
const window = createWindow(`tw-extensions://./index.html?editor_id=${editorWebContents.id}`, {
title: EXTENSION_GALLERY_NAME,
width: 700,
width: 950,
height: 700,
});
closeWindowWhenPressEscape(window);
Expand Down

0 comments on commit 3dbee35

Please sign in to comment.