Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-08-09 11:41:10 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-08-09 11:41:10 (GMT)
commit66097949d6c25537c90a87da1285ca858ba0e4f7 (patch)
treebad3ce2c3efd5b7bce90c85900f567c4175e41ef
parent1458987b9e1bf11fe498d8c2433821b8663f9596 (diff)
new list icon
-rw-r--r--ICanReadActivity.py4
-rw-r--r--icons/letter-list.svg59
2 files changed, 60 insertions, 3 deletions
diff --git a/ICanReadActivity.py b/ICanReadActivity.py
index 789682e..85f4243 100644
--- a/ICanReadActivity.py
+++ b/ICanReadActivity.py
@@ -276,11 +276,9 @@ class ICanReadActivity(activity.Activity):
_separator_factory(primary_toolbar)
self._list_button = _button_factory(
- 'format-justify-fill', _('Letter list'), self._list_cb,
+ 'letter-list', _('Letter list'), self._list_cb,
primary_toolbar)
- _separator_factory(primary_toolbar)
-
self._prev_page_button = _button_factory(
'previous-letter-insensitive', _('Previous letter'),
self._prev_page_cb, primary_toolbar)
diff --git a/icons/letter-list.svg b/icons/letter-list.svg
new file mode 100644
index 0000000..e78fd33
--- /dev/null
+++ b/icons/letter-list.svg
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.1"
+ width="55.125"
+ height="55"
+ viewBox="0 0 55.125 55"
+ id="svg4477"
+ xml:space="preserve"><metadata
+ id="metadata4486"><rdf:RDF><cc:Work
+ rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+ id="defs4484">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ </defs><g
+ transform="translate(4.177924,7.7652065)"
+ id="g3868"
+ style="stroke:#ffffff;stroke-width:2.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"><path
+ d="m 10.891798,22.615055 c 0.412822,-4.213333 3.118985,-8.878057 7.551676,-9.730009"
+ id="path3847"
+ style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><path
+ d="M 18.443444,12.15893 11.472693,11.723258"
+ id="path3864"
+ style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /><path
+ d="m 18.443444,13.030274 -0.72612,5.082838"
+ id="path3866"
+ style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /></g><path
+ d="M 12.905089,39.465727 12.619612,33.411473 M 38.613483,51.483315 3.4259824,51.75 3.25,39.758909 l 9.34656,-6.358972 33.95563,0 -0.175983,12.124479 z M 3.4259824,39.892252 37.73357,40.158937 38.261517,51.083285 m -0.48946,-11.052012 8.834981,-6.638311"
+ id="path3806"
+ style="fill:none;stroke:#ffffff;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /><text
+ x="27.305019"
+ y="23.482626"
+ id="text3007"
+ xml:space="preserve"
+ style="font-size:11px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"><tspan
+ x="27.305019"
+ y="23.482626"
+ id="tspan3009"
+ style="font-size:36px;fill:#ffffff;fill-opacity:1">a</tspan></text>
+</svg> \ No newline at end of file