show more LDS temples on the screen
svn: r22735
This commit is contained in:
parent
9fa2057154
commit
ca7ca5bc8d
@ -564,6 +564,10 @@ class MonitoredStrMenu(object):
|
|||||||
|
|
||||||
if len(mapping) > 20:
|
if len(mapping) > 20:
|
||||||
self.obj.set_wrap_width(3)
|
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=[''])
|
self.model.append(row=[''])
|
||||||
index = 0
|
index = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user