Minor UI cleanups, make spacing and border colors consistent
[SugarCubes.git] / _UIFramework.pde
index a2946fbad9af7f7da96d6c7d9bbd66a287e3c541..7ed25850346f1a9ce7b67c33e8b9eec17cb5c194 100644 (file)
@@ -783,7 +783,7 @@ public class UIIntegerBox extends UIObject {
   }
   
   protected void onDraw(PGraphics pg) {
-    pg.stroke(#999999);
+    pg.stroke(#666666);
     pg.fill(#222222);
     pg.rect(0, 0, w, h);
     pg.textAlign(CENTER, CENTER);