Changes between Version 70 and Version 71 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
04/04/25 13:45:13 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook

    v70 v71  
    8787        rectWtStatus_.SetTopBasedOnFont(formFontSet.GetFont(fontIndexSmallPrompt), 1.7, BORDER_BOX_HEIGHT);
    8888
    89         for(n = 0; n < 2; n++)
    90         {
    91                 if(n == 0)
    92                 {
     89        for(n = 0; n < 2; n++) {
     90                if(n == 0) {
    9391                        rectCapacity_[n].SetY(BORDER_BOX_HEIGHT);
    94                 }
    95                 else
    96                 {
     92                } else {
    9793                        rectCapacity_[n].SetTopBasedOnFont(formFontSet.GetFont(fontIndexSmallPrompt), BORDER_BOX_HEIGHT);
    9894                }
     
    140136        rect.GetRect(1).SetY(rect.GetRect(1).GetY() + heightZ);
    141137
    142         for(n = 0; n < NUM_WT_INDEXES; n++)
    143         {
     138        for(n = 0; n < NUM_WT_INDEXES; n++) {
    144139                rect.SetLeftAndWidthBasedOnDspArea(&dspMain, 0.01, 0.24);
    145140                rectWtLbl_[n] = rect;