include card ordinal in clayout
This commit is contained in:
parent
f92bb55c25
commit
b870abd2d4
@ -126,7 +126,8 @@ class CardLayout(QDialog):
|
||||
self.redrawing = False
|
||||
|
||||
def _summarizedName(self, tmpl):
|
||||
return "{}: {} -> {}".format(
|
||||
return "{}: {}: {} -> {}".format(
|
||||
tmpl["ord"] + 1,
|
||||
tmpl["name"],
|
||||
self._fieldsOnTemplate(tmpl["qfmt"]),
|
||||
self._fieldsOnTemplate(tmpl["afmt"]),
|
||||
|
Loading…
Reference in New Issue
Block a user