lower first letter section menu threshold to 80

This commit is contained in:
panni
2016-08-07 05:09:47 +02:00
parent b13cbeed61
commit 4088aaaff1
+1 -1
View File
@@ -198,7 +198,7 @@ def determine_section_display(kind, item):
:param item:
:return:
"""
if item.size > 200:
if item.size > 80:
return SectionFirstLetterMenu
return SectionMenu