Skip to content

Commit 47531ab

Browse files
authored
Merge pull request EFForg#6693 from Hainish/fix-popup-ui
Expand popup window (fixes EFForg#6078)
2 parents 03e4d70 + f267a7e commit 47531ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/chrome/content/observatory-popup.xul

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
66
xmlns:html="http://www.w3.org/1999/xhtml"
77
title="&ssl-observatory.popup.title;"
8-
width="500"
9-
height="440"
8+
width="600"
9+
height="520"
1010
align="center"
1111
onload="document.getElementById('ask-me-later').focus()"
1212
>

0 commit comments

Comments
 (0)