Skip to content

Commit abeda23

Browse files
committed
Increase default dialog height to fit in connect button
(cherry picked from commit 570508c)
1 parent 8a2f1c4 commit abeda23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports.MIN_WIDTH = 1024;
1515
* windows like the connection and setup dialogs.
1616
*/
1717
exports.DEFAULT_WIDTH_DIALOG = 900;
18-
exports.DEFAULT_HEIGHT_DIALOG = 760;
18+
exports.DEFAULT_HEIGHT_DIALOG = 800;
1919

2020
exports.MIN_WIDTH_DIALOG = 768;
2121
/**

0 commit comments

Comments
 (0)