Changeset 12112 for trunk/FACT++/gui


Ignore:
Timestamp:
09/16/11 12:55:37 (13 years ago)
Author:
lyard
Message:
removed one more Font set
File:
1 edited

Legend:

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

    r12092 r12112  
    152152            fData[i] = (double)i;///1.44;//(double)(i)/(double)(ACTUAL_NUM_PIXELS);
    153153
    154         setFont(QFont("Arial", 8));
     154//        setFont(QFont("Arial", 8));
    155155        int buttonShift=0;
    156156        scaleLabel = new QLabel("Scale", this);
     
    457457//         cout << width() << " " << height() << endl;
    458458        int textSize = (int)(height()*14/600);
    459         setFont(QFont("Times", textSize));
     459//        setFont(QFont("Times", textSize));
    460460        qglColor(QColor(255,223,127));
    461461        float shiftx = 0.01f;//0.55f;
     
    469469        glPopMatrix();
    470470
    471         textSize = (int)(600*14/600);
    472         setFont(QFont("Times", textSize));
     471  //      textSize = (int)(600*14/600);
     472//        setFont(QFont("Times", textSize));
    473473    }
    474474    void BasicGlCamera::DrawScale()
Note: See TracChangeset for help on using the changeset viewer.