jr: make confirm windows slightly less cancerous

This commit is contained in:
2024-03-19 23:57:22 -06:00
parent feac310ef1
commit f9d7ea14be
2 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ let GB_SEC = 200*GB_ITERS; // [ITER]; 1iter / 5ms = 200iter / sec
let GB_MIN = 60*GB_SEC; // [ITER]
// size of confirm windows
let GB_W_PX = 400;
let GB_W_PX = 500;
let GB_H_PX = 300;
let MSG_SIGN_TIMEOUT = 30*GB_MIN;