You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/03/23 13:31:52 UTC

svn commit: r1788238 - in /openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps: fillColorChoose.lzx lineColorChoose.lzx lineOnlyColorChoose.lzx

Author: solomax
Date: Thu Mar 23 13:31:52 2017
New Revision: 1788238

URL: http://svn.apache.org/viewvc?rev=1788238&view=rev
Log:
[OPENMEETINGS-1609] color chooser is fully visible

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx
    openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx?rev=1788238&r1=1788237&r2=1788238&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/fillColorChoose.lzx Thu Mar 23 13:31:52 2017
@@ -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);

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx?rev=1788238&r1=1788237&r2=1788238&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineColorChoose.lzx Thu Mar 23 13:31:52 2017
@@ -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))});
         }
 

Modified: openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx?rev=1788238&r1=1788237&r2=1788238&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-flash/src/main/swf/base/components/lps/lineOnlyColorChoose.lzx Thu Mar 23 13:31:52 2017
@@ -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>