Skip to content

Commit af62dfa

Browse files
huntiemeta-codesync[bot]
authored andcommitted
Set minimum dimensions for debugger-shell windows (facebook#56081)
Summary: Pull Request resolved: facebook#56081 Changelog: [Internal] Reviewed By: vzaidman Differential Revision: D96391528 fbshipit-source-id: 45057e8113cec08a422e2be93d02cad5a4318345
1 parent 972a30d commit af62dfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/debugger-shell/src/electron/MainInstanceEntryPoint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ function handleLaunchArgs(argv: string[]) {
6262
width: 1200,
6363
height: 600,
6464
}),
65+
minWidth: 400,
66+
minHeight: 300,
6567
webPreferences: {
6668
partition: 'persist:react-native-devtools',
6769
preload: require.resolve('./preload.js'),

0 commit comments

Comments
 (0)