author | Michael Krelin <hacker@klever.net> | 2006-10-17 18:24:10 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-17 18:24:10 (UTC) |
commit | 78a92c46fd481d59937fd59a495f06ab2bbe5298 (patch) (unidiff) | |
tree | 6b6398fb508772a78a78a830e0e821b188025f89 | |
parent | 02372a254dafdfd7564e95c7c6d5cc1b93def7ec (diff) | |
download | fireflix-78a92c46fd481d59937fd59a495f06ab2bbe5298.zip fireflix-78a92c46fd481d59937fd59a495f06ab2bbe5298.tar.gz fireflix-78a92c46fd481d59937fd59a495f06ab2bbe5298.tar.bz2 |
resized about box to make room for the 'license' button
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@196 fe716a7a-6dde-0310-88d9-d003556173a8
-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 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> | 2 | <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> |
3 | <?xml-stylesheet href="fireflix.css" type="text/css"?> | 3 | <?xml-stylesheet href="fireflix.css" type="text/css"?> |
4 | <!DOCTYPE window SYSTEM "chrome://fireflix/locale/fireflix.dtd"> | 4 | <!DOCTYPE window SYSTEM "chrome://fireflix/locale/fireflix.dtd"> |
5 | <window | 5 | <window |
6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | 6 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
7 | id="aboutFireflix" title="&aboutFireflix;" | 7 | id="aboutFireflix" title="&aboutFireflix;" |
8 | orient="vertical" | 8 | orient="vertical" |
9 | width="400" height="200" | 9 | width="450" height="250" |
10 | > | 10 | > |
11 | 11 | ||
12 | <hbox class="about wholething" flex="1"> | 12 | <hbox class="about wholething" flex="1"> |
13 | <hbox flex="1" class="insides"> | 13 | <hbox flex="1" class="insides"> |
14 | <vbox> | 14 | <vbox> |
15 | <spacer flex="1"/> | 15 | <spacer flex="1"/> |
16 | <image src="icons/32x32/fireflix.png" width="32" height="32" /> | 16 | <image src="icons/32x32/fireflix.png" width="32" height="32" /> |
17 | <spacer flex="1"/> | 17 | <spacer flex="1"/> |