[OPENMEETINGS-1609] color chooser is fully visible
Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/1a85ede7 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/1a85ede7 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/1a85ede7 Branch: refs/heads/3.2.x Commit: 1a85ede7118bde6c5e4247fce14e83fdaab4b266 Parents: 5279144 Author: Maxim Solodovnik <[email protected]> Authored: Thu Mar 23 13:31:52 2017 +0000 Committer: Maxim Solodovnik <[email protected]> Committed: Thu Mar 23 13:31:52 2017 +0000 ---------------------------------------------------------------------- .../src/main/swf/base/components/lps/fillColorChoose.lzx | 4 ++-- .../src/main/swf/base/components/lps/lineColorChoose.lzx | 4 ++-- .../src/main/swf/base/components/lps/lineOnlyColorChoose.lzx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/1a85ede7/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx ---------------------------------------------------------------------- diff --git a/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx b/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx index 14c47fc..864d9be 100644 --- a/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx +++ b/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx @@ -84,11 +84,11 @@ <method name="toggle"> if (this.boxPosition=="up"){ this.colorPickRef = new lz.colorpicker(canvas,{btnRef:this, - x:(this.getAttributeRelative('x',canvas)-(250-this.width)), + x:(this.getAttributeRelative('x',canvas)-(200-this.width)), y:(this.getAttributeRelative('y',canvas)-154+this.height)}); } else { this.colorPickRef = new lz.colorpicker(canvas,{btnRef:this, - x:(this.getAttributeRelative('x',canvas)-(250-this.width)), + x:(this.getAttributeRelative('x',canvas)-(200-this.width)), y:(this.getAttributeRelative('y',canvas))}); } this.colorPickRef.doDefaultColor(selectedColor); http://git-wip-us.apache.org/repos/asf/openmeetings/blob/1a85ede7/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx ---------------------------------------------------------------------- diff --git a/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx b/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx index 38311fe..eccb2db 100644 --- a/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx +++ b/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx @@ -86,11 +86,11 @@ <method name="toggle"> if (this.boxPosition=="up"){ this.colorPickRef = new lz.colorpicker(canvas,{btnRef:this, - x:(this.getAttributeRelative('x',canvas)-(250-this.width)), + x:(this.getAttributeRelative('x',canvas)-(200-this.width)), y:(this.getAttributeRelative('y',canvas)-154+this.height)}); } else { this.colorPickRef = new lz.colorpicker(canvas,{btnRef:this, - x:(this.getAttributeRelative('x',canvas)-(250-this.width)), + x:(this.getAttributeRelative('x',canvas)-(200-this.width)), y:(this.getAttributeRelative('y',canvas))}); } http://git-wip-us.apache.org/repos/asf/openmeetings/blob/1a85ede7/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx ---------------------------------------------------------------------- diff --git a/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx b/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx index c4bcb63..98c0337 100644 --- a/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx +++ b/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx @@ -40,7 +40,7 @@ </method> <method name="toggle"> - this.colorPickRef = new lz.colorpicker(canvas,{btnRef:this,x:(this.getAttributeRelative('x',canvas)-(250-this.width)),y:(this.getAttributeRelative('y',canvas))}); + this.colorPickRef = new lz.colorpicker(canvas,{btnRef:this,x:(this.getAttributeRelative('x',canvas)-(200-this.width)),y:(this.getAttributeRelative('y',canvas))}); this.colorPickRef.doDefaultColor(selectedColor); lz.ModeManager.makeModal( this.colorPickRef ); </method>
