Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/93#discussion_r229329675
--- Diff:
ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
---
@@ -20,7 +20,14 @@ import angular from 'angular';
import {EntityFamily} from '../util/model/entity.model';
import template from './catalog-selector.template.html';
-const ITEMS_PER_PAGE = 30;
+const MIN_ROWS_PER_PAGE = 4;
+
+const PALETTE_VIEW_MODES = {
--- End diff --
not convinced. could be changed when useful.
---