Make popup a little taller

For some reason the popup was often cutting off the bottom buttons of the UI.

We should look at that more carefully later perhaps, but especially since we're considering moving off the popup, I'm just fixing it by making it taller for now.
feature/default_network_editable
Dan Finlay 8 years ago
parent c7d10affd5
commit f9eba9d7e5
  1. 2
      app/scripts/lib/notifications.js

@ -1,5 +1,5 @@
const extension = require('./extension')
const height = 500
const height = 520
const width = 360
const notifications = {

Loading…
Cancel
Save