diff options
author | Einar Egilsson | 2007-06-02 23:53:51 +0000 |
---|---|---|
committer | Einar Egilsson | 2007-06-02 23:53:51 +0000 |
commit | a62300554bc3c4f0e5df918fef40c57fef521974 (patch) | |
tree | 4ac4ca9fcb526e18c581da292a3a924d50336ed7 /chrome/content/redirectList.xul | |
parent | b0c6f7a2bff3d57f1c8d05a561dbd0bbca0228ca (diff) |
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@58 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/redirectList.xul')
-rw-r--r-- | chrome/content/redirectList.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/content/redirectList.xul b/chrome/content/redirectList.xul index 688457b..264baa2 100644 --- a/chrome/content/redirectList.xul +++ b/chrome/content/redirectList.xul @@ -16,7 +16,7 @@ <script type="application/x-javascript" src="redirectList.js"/>
<vbox>
- <listbox id="lstRedirects" height="300px" ondblclick="RedirectList.editRedirect();" onselect="RedirectList.selectionChange();">
+ <listbox id="lstRedirects" style="margin-bottom:5px;" height="330px" ondblclick="RedirectList.editRedirect();" onselect="RedirectList.selectionChange();">
<listhead>
<listheader label="&colPattern.label;"/>
|