Skip to content
Snippets Groups Projects
Commit 1226f315 authored by Henning Glawe's avatar Henning Glawe
Browse files

resize 'matchlabel' field to 9 characters

parent ef691012
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class Annotator(object):
self._update_annotate_format()
def _update_annotate_format(self):
self._annotate_format = '%%%ds:%%04d %%%ds %%7s|%%s' % (
self._annotate_format = '%%%ds:%%04d %%%ds %%9s|%%s' % (
self._formatSourceWidth, self._formatNameWidth)
def set_formatSourceWidth(self, formatSourceWidth):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment