summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-16 19:21:06 +0000
committerNick White <git@njw.me.uk>2010-11-16 19:21:06 +0000
commit105ab7e1aa4c6844094e74e954ee214a3fe3ef69 (patch)
tree3364e52a3cd538fba4e834113f90483be3db67f0
parent05db972ef74e6ad632edb68ab19ab217f084149f (diff)
Set gecko icon to appropriate size
-rw-r--r--gecko/chrome/content/icon.svg8
1 files changed, 4 insertions, 4 deletions
diff --git a/gecko/chrome/content/icon.svg b/gecko/chrome/content/icon.svg
index fd74cc4..f1f4062 100644
--- a/gecko/chrome/content/icon.svg
+++ b/gecko/chrome/content/icon.svg
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="19" height="19">
- <circle cx="9.5" cy="9.5" r="9.5" fill="white"/>
- <text x="3" y="15" font-size="18" font-family="sans">s</text>
- <text x="8" y="15" font-size="18" font-family="sans">r</text>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="22" height="22">
+ <circle cx="11" cy="11" r="11" fill="white"/>
+ <text x="4" y="16" font-size="18" font-family="sans">s</text>
+ <text x="10" y="16" font-size="18" font-family="sans">r</text>
</svg>