Ignore:
Timestamp:
Apr 25, 2012 11:31:03 AM (12 years ago)
Author:
gah
Message:

fix multiple for about icons for 2 page tools with manual-resim set

File:
1 edited

Legend:

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

    r2753 r2977  
    561561# ----------------------------------------------------------------------
    562562itcl::body Rappture::PeriodicTable::Redraw {} {
    563 set sqwidth 24
    564 set sqheight 24
     563    set sqwidth [winfo pixels . 0.22i]
     564    set sqheight [winfo pixels . 0.22i]
    565565set xoffset 4
    566566set yoffset 4
     
    624624        }
    625625    }
    626     parray info
    627626    return ""
    628627}
Note: See TracChangeset for help on using the changeset viewer.