Skip to content

Commit

Permalink
choose a better dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-ubs committed Sep 10, 2024
1 parent f022ae3 commit 16baf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/dialogs/about-dialog.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const ABOUT_DIALOG: DialogDefinition<typeof ABOUT_DIALOG_TYPE> = Object.freeze({
tabType: ABOUT_DIALOG_TYPE,
defaultTitle: 'About',
initialSize: {
width: 230,
height: 230,
width: 500,
height: 500,
},
Component: AboutPanel,
});
Expand Down

0 comments on commit 16baf1d

Please sign in to comment.