Display card rulings in treeview instead of grid

This commit is contained in:
luxick
2017-07-05 15:17:47 +02:00
parent 5d037c764b
commit d33f796772
4 changed files with 71 additions and 34 deletions

View File

@@ -78,7 +78,8 @@ class CardList(Gtk.ScrolledWindow):
mana_cost,
card.cmc,
card.set_name,
color]
color,
card.original_text]
self.store.append(item)
end = time.time()
util.log("Time to build Table: " + str(round(end - start, 3)) + "s", util.LogLevel.Info)