Changeset 19367 for trunk/FACT++


Ignore:
Timestamp:
11/08/18 17:21:24 (6 years ago)
Author:
tbretz
Message:
Fixed layout for the case the waveform is turned off
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/BasicGlCamera.cc

    r19365 r19367  
    10341034            {
    10351035                pixelsCoords[cnt+i][0] = i-3.5;
    1036                 pixelsCoords[cnt+i][1] = 7.5 + i%2;
     1036                pixelsCoords[cnt+i][1] = 6.75 + (i%2)*0.75;
    10371037            }
    10381038
Note: See TracChangeset for help on using the changeset viewer.