Changeset 13763 for trunk


Ignore:
Timestamp:
05/17/12 12:44:03 (12 years ago)
Author:
lyard
Message:
Changed Camera text color from clear to dark
File:
1 edited

Legend:

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

    r12297 r13763  
    9797//        int textSize = (int)(width()*14/600);
    9898//        setFont(QFont("Monospace", textSize));
    99         qglColor(QColor(255, 223, 127));
     99        qglColor(QColor(25, 22, 12));
    100100
    101101        //first let's draw the usual data
Note: See TracChangeset for help on using the changeset viewer.