Browse Source

clarified comment about sizes (#510)

* Update app.hpp

* Update app.hpp
pull/1639/head
Jeremy Wentworth Andrew Belt 7 years ago
parent
commit
911286b60a
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 // 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_WIDTH 15
#define RACK_GRID_HEIGHT 380 #define RACK_GRID_HEIGHT 380
static const Vec RACK_GRID_SIZE = Vec(15, 380); static const Vec RACK_GRID_SIZE = Vec(15, 380);


Loading…
Cancel
Save