Limit selection palette up to 5 entries in profile spectrum. Fix #580.

This commit is contained in:
FelisCatus 2015-09-07 15:35:56 +08:00
parent 2ae2927def
commit 9d58d7057b

View File

@ -17,6 +17,7 @@ angular.module('omega').controller 'ProfileCtrl', ($scope, $stateParams,
showInput: true
showPalette: true
showSelectionPalette: true
maxSelectionSize: 5
$scope.getProfileColor = ->
color = undefined