- Timestamp:
- 09/16/11 12:55:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/BasicGlCamera.cc
r12092 r12112 152 152 fData[i] = (double)i;///1.44;//(double)(i)/(double)(ACTUAL_NUM_PIXELS); 153 153 154 setFont(QFont("Arial", 8));154 // setFont(QFont("Arial", 8)); 155 155 int buttonShift=0; 156 156 scaleLabel = new QLabel("Scale", this); … … 457 457 // cout << width() << " " << height() << endl; 458 458 int textSize = (int)(height()*14/600); 459 setFont(QFont("Times", textSize));459 // setFont(QFont("Times", textSize)); 460 460 qglColor(QColor(255,223,127)); 461 461 float shiftx = 0.01f;//0.55f; … … 469 469 glPopMatrix(); 470 470 471 textSize = (int)(600*14/600);472 setFont(QFont("Times", textSize));471 // textSize = (int)(600*14/600); 472 // setFont(QFont("Times", textSize)); 473 473 } 474 474 void BasicGlCamera::DrawScale()
Note:
See TracChangeset
for help on using the changeset viewer.