浏览代码

gui space for color set hue select needed

Master James 9 年之前
父节点
当前提交
e422e7839c
共有 1 个文件被更改,包括 2 次插入7 次删除
  1. 2 7
      examples/webgl_lights_spotlight.html

+ 2 - 7
examples/webgl_lights_spotlight.html

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