Ignore:
Timestamp:
Apr 22, 2007, 7:37:10 PM (17 years ago)
Author:
mmc
Message:

Fixed all fonts to set pixelsize instead of pointsize, so that fonts in
the latest X distribution look right.

Added initial Rappture::bugreport::submit command for submitting bug
reports to nanoHUB.org. This isn't tied in yet, but it's a start.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/analyzer.tcl

    r658 r676  
    2626
    2727option add *Analyzer.font \
    28     -*-helvetica-medium-r-normal-*-*-120-* widgetDefault
     28    -*-helvetica-medium-r-normal-*-12-* widgetDefault
    2929option add *Analyzer.codeFont \
    30     -*-courier-medium-r-normal-*-*-120-* widgetDefault
     30    -*-courier-medium-r-normal-*-12-* widgetDefault
    3131option add *Analyzer.textFont \
    32     -*-helvetica-medium-r-normal-*-*-120-* widgetDefault
     32    -*-helvetica-medium-r-normal-*-12-* widgetDefault
    3333option add *Analyzer.boldTextFont \
    34     -*-helvetica-bold-r-normal-*-*-120-* widgetDefault
     34    -*-helvetica-bold-r-normal-*-12-* widgetDefault
    3535
    3636itcl::class Rappture::Analyzer {
Note: See TracChangeset for help on using the changeset viewer.