2
0
Эх сурвалжийг харах

gui space for color set hue select needed

Master James 9 жил өмнө
parent
commit
e422e7839c

+ 2 - 7
examples/webgl_lights_spotlight.html

@@ -145,17 +145,12 @@
 				if ( gui ) gui.destroy();
 
 				gui = new dat.GUI();
-
-				gui.width = 178;
-				
+				gui.width = 190;
 				var gStyle = gui.domElement.style;
-				
 				gStyle.position = "absolute";
-				
 				gStyle.top = "48px";
-				
 				gStyle.height = "220px";
-
+				
 				gui.open();
 			}