fixed spacing

This commit is contained in:
Thomas Cherry 2019-07-01 22:49:19 -04:00
parent 3aa56b993c
commit 57c9e66783

View file

@ -11,7 +11,7 @@ class Segment(BasicSegment):
beat = self.current_beat()
format = "%05.1f" if self.show_decimal() else "%03.0f"
if self.show_at_sign():
format = "@%s" % format
format = " @%s " % format
pline.append(format % beat, pline.theme.TIME_FG, pline.theme.TIME_BG)
def show_decimal(self):
'''