diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-10-05 09:40:47 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-10-05 09:40:47 +0800 |
commit | 30a915921e79dd9f71aa0eaab46ebff6c194a717 (patch) | |
tree | c6a44fb67bbf39252ce93ce74c5bd23b567b2114 /app/scripts/lib/notifications.js | |
parent | 991c06e5421406ab352bbc59d3a6a343ee78b383 (diff) | |
parent | e5bf957242b1d443ef15b588340dba1a5e34b92a (diff) | |
download | tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.tar tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.tar.gz tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.tar.bz2 tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.tar.lz tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.tar.xz tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.tar.zst tangerine-wallet-browser-30a915921e79dd9f71aa0eaab46ebff6c194a717.zip |
Merge branch 'master' into tos
Diffstat (limited to 'app/scripts/lib/notifications.js')
-rw-r--r-- | app/scripts/lib/notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/notifications.js b/app/scripts/lib/notifications.js index 422f46f6d..cd7535232 100644 --- a/app/scripts/lib/notifications.js +++ b/app/scripts/lib/notifications.js @@ -1,5 +1,5 @@ const extension = require('./extension') -const height = 500 +const height = 520 const width = 360 const notifications = { |