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/textresult.tcl

    r464 r676  
    1818option add *TextResult.textBackground white widgetDefault
    1919option add *TextResult.font \
    20     -*-helvetica-medium-r-normal-*-*-120-* widgetDefault
     20    -*-helvetica-medium-r-normal-*-12-* widgetDefault
    2121option add *TextResult.textFont \
    22     -*-courier-medium-r-normal-*-*-120-* widgetDefault
     22    -*-courier-medium-r-normal-*-12-* widgetDefault
    2323
    2424itcl::class Rappture::TextResult {
Note: See TracChangeset for help on using the changeset viewer.