Increase the height of the location bar as per request from QA. BUG # 3805

This commit is contained in:
radha%netscape.com 1999-06-14 22:32:22 +00:00
parent 49f67e8514
commit cd90ffe1f2

View File

@ -637,7 +637,7 @@
<box align="vertical" flex="100%">
<spring flex="100%"/>
<html:input id="urlbar" type="text" chromeclass="location" style="min-width: 100px; min-height: 25px"
<html:input id="urlbar" type="text" chromeclass="location" style="min-width: 100px; min-height: 25px; height: 20px"
onkeyup="if (event.which == 13) { BrowserLoadURL(); }"/>
<spring flex="100%"/>
</box>