-rw-r--r-- | content/about.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/about.xul b/content/about.xul index 1cb13d4..e00651a 100644 --- a/content/about.xul +++ b/content/about.xul @@ -1,17 +1,17 @@ <?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="fireflix.css" type="text/css"?> <!DOCTYPE window SYSTEM "chrome://fireflix/locale/fireflix.dtd"> <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="aboutFireflix" title="&aboutFireflix;" orient="vertical" - width="400" height="200" + width="450" height="250" > <hbox class="about wholething" flex="1"> <hbox flex="1" class="insides"> <vbox> <spacer flex="1"/> <image src="icons/32x32/fireflix.png" width="32" height="32" /> <spacer flex="1"/> |