summaryrefslogtreecommitdiff
path: root/wasp/apps/stopwatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/stopwatch.py')
-rw-r--r--wasp/apps/stopwatch.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/wasp/apps/stopwatch.py b/wasp/apps/stopwatch.py
index 0d572af..f46baa0 100644
--- a/wasp/apps/stopwatch.py
+++ b/wasp/apps/stopwatch.py
@@ -8,12 +8,13 @@ import fonts
class StopwatchApp():
"""Stopwatch application.
- .. figure:: res/TimerApp.png
+ .. figure:: res/StopclockApp.png
:width: 179
Screenshot of the stopwatch application
"""
- NAME = 'Timer'
+ # Stopwatch requires too many pixels to fit into the launcher
+ NAME = 'Stopclock'
ICON = icons.app
def __init__(self):