diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-16 13:50:14 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-16 13:50:14 -0400 |
| commit | d02bf26b1a25923197dc85dbf0dc999f29bf13d1 (patch) | |
| tree | ff3a67b2e3625d0b890eda976e4fa3e35588ef3d /public/assets/javascripts/ui | |
| parent | 1a15b32d8cc8fcf27861f94151ca63eb6d8736c2 (diff) | |
show color picker
Diffstat (limited to 'public/assets/javascripts/ui')
| -rw-r--r-- | public/assets/javascripts/ui/editor/ColorControl.js | 2 |
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 ) |
