Skip to content

Commit 25af827

Browse files
committed
Set the right height for setting window
1 parent f7dcdb7 commit 25af827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var service, tracker, alertEl, bounds={};
2-
bounds.w=450;bounds.h=515;
2+
bounds.w=450;bounds.h=610;
33

44
var input = document.getElementById('input-request-url');
55
var form = document.getElementById('request-url');

0 commit comments

Comments
 (0)