show more LDS temples on the screen

svn: r22734
This commit is contained in:
Paul Franklin 2013-07-24 19:11:37 +00:00
parent 30474aab8d
commit a570345e9f

View File

@ -554,6 +554,10 @@ class MonitoredStrMenu(object):
if len(mapping) > 20:
self.obj.set_wrap_width(3)
if len(mapping) > 40:
self.obj.set_wrap_width(4)
if len(mapping) > 100: # currently, there are 153 entries in lds.xml
self.obj.set_wrap_width(5)
self.model.append(row=[''])
index = 0