Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed button positions to be less intrusive.
  • Loading branch information
Andrew Lawson authored and Andrew Lawson committed Nov 29, 2014
1 parent 9672fbb commit 3a990fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geometric_separators.pde
@@ -1,11 +1,11 @@
// Reset button coordinates
int reset_x = 100;
int reset_y = 450;
int reset_x = 140;
int reset_y = 460;
int reset_w = 100;
int reset_h = 25;
// Calculate button coordinates
int calc_x = 250;
int calc_y = 450;
int calc_y = 460;
int calc_w = 100;
int calc_h = 25;
// Button Shapes
Expand Down

0 comments on commit 3a990fb

Please sign in to comment.