Skip to content

Commit

Permalink
updated bottom row placement to be consistent among modules
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ha committed Mar 9, 2024
1 parent 986b03b commit 013bacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view_grid_crossings.h
Expand Up @@ -181,7 +181,7 @@ class ViewGridCrossings : public View {
const int yRow6 = yRow5 + space;
const int yRow7 = yRow6 + space;
const int yRow8 = yRow7 + space;
const int yRowBot = 226; // GMT date on bottom row, "y=226" will match other views
const int yRowBot = 230; // GMT date on bottom row, "y=230" will match other views

const int xGrid = 6;
const int xEnterCL = 158; // center line for "enter grid"
Expand Down
2 changes: 1 addition & 1 deletion view_status.h
Expand Up @@ -68,7 +68,7 @@ class ViewStatus : public View {
const int yRow4 = yRow3 + space;
const int yRow5 = yRow4 + space + half;
const int yRow6 = yRow5 + space;
const int yRow7 = 226; // GMT date on bottom row, "226" will match other views
const int yRow7 = 230; // GMT date on bottom row, "230" will match other views

const int labelX = 122; // right-align labels, near their values
const int valueX = 140; // left-align values
Expand Down

0 comments on commit 013bacf

Please sign in to comment.