Skip to content

Commit e4bcb80

Browse files
committed
(#40) Adjustes window size
1 parent a123a85 commit e4bcb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/window-integration-tests/constants.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const POS_X = 50;
22
const POS_Y = 100;
3-
const WIDTH = 800;
4-
const HEIGTH = 600;
3+
const WIDTH = 400;
4+
const HEIGTH = 300;
55
const TITLE = "libnut window test";
66

77
module.exports = {

0 commit comments

Comments
 (0)