Add detail view on search screen

This commit is contained in:
luxick
2017-02-16 18:42:27 +01:00
parent 9993c9646e
commit e35ae3942b
5 changed files with 73 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ class CollectionView(Gtk.Grid):
self.image_area.add(self.bigCard)
self.detailBox.add(self.image_area)
# Stats and Details about the selected Card
# Sta-ts and Details about the selected Card
self.stat_listbox = Gtk.ListBox()
self.stat_listbox.set_selection_mode(Gtk.SelectionMode.NONE)
self.test_statrow = Gtk.ListBoxRow()