You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contents = [(123, "Test mod", "muddyfish", "A test mod with an extremely long, multiline description. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.", "http://s-media-cache-ak0.pinimg.com/originals/42/41/90/424190c7f88c514a1c26a79572d61191.png") for i inrange(10)]
40
+
41
+
vpgrid:
42
+
43
+
rows1
44
+
spacing32
45
+
draggableTrue
46
+
mousewheelTrue
47
+
48
+
scrollbars"horizontal"
49
+
50
+
# Since we have scrollbars, we have to position the side, rather
51
+
# than the vpgrid proper.
52
+
side_yalign0.5
53
+
54
+
for modid, name, author, description, url in contents:
0 commit comments