RightARrow._create(): justify=RIGHT on the text object
diff --git a/Tools/pynche/StripViewer.py b/Tools/pynche/StripViewer.py
index 44f006a..84fe741 100644
--- a/Tools/pynche/StripViewer.py
+++ b/Tools/pynche/StripViewer.py
@@ -129,6 +129,7 @@
 	text = self._canvas.create_text(
 	    x - self._ARROWWIDTH + 15,		  # TBD: kludge
 	    self._ARROWHEIGHT - self._TEXTYOFFSET,
+            justify=RIGHT,
 	    text='128',
 	    tags=self._TAG)
 	return arrow, text