소스 검색

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();
 
 				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();
 			}