Browse Source

Merge branch 'master' of github.com:VCVRack/Rack

pull/1639/head
Andrew Belt 7 years ago
parent
commit
7c4a3e29ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/app.hpp

+ 1
- 1
include/app.hpp View File

@@ -20,7 +20,7 @@ struct SVGPanel;
// module
////////////////////

// A 1U module should be 15x380. Thus the width of a module should be a factor of 15.
// A 1HPx3U module should be 15x380. Thus the width of a module should be a factor of 15.
#define RACK_GRID_WIDTH 15
#define RACK_GRID_HEIGHT 380
static const Vec RACK_GRID_SIZE = Vec(15, 380);


Loading…
Cancel
Save