summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-16 13:50:14 -0400
committerJules Laplace <jules@okfoc.us>2014-10-16 13:50:14 -0400
commitd02bf26b1a25923197dc85dbf0dc999f29bf13d1 (patch)
treeff3a67b2e3625d0b890eda976e4fa3e35588ef3d /public/assets/javascripts/ui
parent1a15b32d8cc8fcf27861f94151ca63eb6d8736c2 (diff)
show color picker
Diffstat (limited to 'public/assets/javascripts/ui')
-rw-r--r--public/assets/javascripts/ui/editor/ColorControl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/javascripts/ui/editor/ColorControl.js b/public/assets/javascripts/ui/editor/ColorControl.js
index 61a7ef6..4d8a7bb 100644
--- a/public/assets/javascripts/ui/editor/ColorControl.js
+++ b/public/assets/javascripts/ui/editor/ColorControl.js
@@ -29,7 +29,7 @@ var ColorControl = View.extend({
initialize: function(opt){
this.parent = opt.parent
- this.colorPicker = new LabColorPicker(this, 180, 180)
+ this.colorPicker = new LabColorPicker(this, 155, 155)
this.$("#color-picker").append( this.colorPicker.canvas )
this.$("#color-picker").append( this.colorPicker.cursor )