web/views/facets.py
changeset 8104 71d9fb78b772
parent 8093 3efb83e4e8f3
child 8128 0a927fe4541b
--- a/web/views/facets.py	Tue Nov 29 12:06:35 2011 +0100
+++ b/web/views/facets.py	Thu Dec 01 12:48:46 2011 +0100
@@ -293,8 +293,7 @@
         w(u'<div class="filter">\n')
         widget_queue = []
         queue_height = 0
-        wdg_stack_size = css_em_num_value(self._cw.vreg, 'facet_Height',
-                                          facetbase._DEFAULT_CONSTANT_VOCAB_WIDGET_HEIGHT)
+        wdg_stack_size = facetbase._DEFAULT_FACET_GROUP_HEIGHT
         for wdg in wdgs:
             height = wdg.height + self.per_facet_height_overhead
             if queue_height + height <= wdg_stack_size: