Changeset 5342 for trunk/gui


Ignore:
Timestamp:
Apr 28, 2015, 7:48:58 PM (9 years ago)
Author:
ldelgass
Message:

font fix

File:
1 edited

Legend:

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

    r5341 r5342  
    16551655itcl::body Rappture::VtkVolumeViewer::BuildViewTab {} {
    16561656    set font [option get $itk_component(hull) font Font]
    1657     #set bfont [option get $itk_component(hull) boldFont Font]
    16581657
    16591658    set inner [$itk_component(main) insert end \
     
    17131712itcl::body Rappture::VtkVolumeViewer::BuildVolumeTab {} {
    17141713    set font [option get $itk_component(hull) font Font]
    1715     set bfont [option get $itk_component(hull) boldFont Font]
     1714    #set bfont [option get $itk_component(hull) boldFont Font]
     1715    set bfont "Arial 9 bold"
    17161716
    17171717    set inner [$itk_component(main) insert end \
     
    18681868itcl::body Rappture::VtkVolumeViewer::BuildAxisTab {} {
    18691869    set font [option get $itk_component(hull) font Font]
    1870     #set bfont [option get $itk_component(hull) boldFont Font]
    18711870
    18721871    set inner [$itk_component(main) insert end \
Note: See TracChangeset for help on using the changeset viewer.