Changes between Version 70 and Version 71 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 04/04/25 13:45:13 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v70 v71 87 87 rectWtStatus_.SetTopBasedOnFont(formFontSet.GetFont(fontIndexSmallPrompt), 1.7, BORDER_BOX_HEIGHT); 88 88 89 for(n = 0; n < 2; n++) 90 { 91 if(n == 0) 92 { 89 for(n = 0; n < 2; n++) { 90 if(n == 0) { 93 91 rectCapacity_[n].SetY(BORDER_BOX_HEIGHT); 94 } 95 else 96 { 92 } else { 97 93 rectCapacity_[n].SetTopBasedOnFont(formFontSet.GetFont(fontIndexSmallPrompt), BORDER_BOX_HEIGHT); 98 94 } … … 140 136 rect.GetRect(1).SetY(rect.GetRect(1).GetY() + heightZ); 141 137 142 for(n = 0; n < NUM_WT_INDEXES; n++) 143 { 138 for(n = 0; n < NUM_WT_INDEXES; n++) { 144 139 rect.SetLeftAndWidthBasedOnDspArea(&dspMain, 0.01, 0.24); 145 140 rectWtLbl_[n] = rect;