Ignore:
Timestamp:
Jun 5, 2015, 10:09:25 AM (9 years ago)
Author:
ldelgass
Message:

Merge r5657:5659 from trunk (whitespace/style)

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/deviceLayout1D.tcl

    r3330 r5660  
    1 # -*- mode: tcl; indent-tabs-mode: nil -*- 
     1# -*- mode: tcl; indent-tabs-mode: nil -*-
    22# ----------------------------------------------------------------------
    33#  COMPONENT: deviceLayout1D - visualizer for 1D device geometries
     
    6666    private variable _icons         ;# maps icon data => image handle
    6767}
    68                                                                                
     68
    6969itk::usual DeviceLayout1D {
    7070    keep -background -cursor
     
    209209    foreach m $_maters {
    210210        if {"" != $m} {
    211             set extra [expr {1.5*[font metrics $fnt -linespace]}] 
     211            set extra [expr {1.5*[font metrics $fnt -linespace]}]
    212212            set hmax [expr {$hmax+$extra}]
    213213            break
     
    219219        foreach nn [$_device children components] {
    220220            if {"" != [$_device get components.$nn.about.label]} {
    221                 set extra [expr {1.2*[font metrics $fnt -linespace]}] 
     221                set extra [expr {1.2*[font metrics $fnt -linespace]}]
    222222                set hmax [expr {$hmax+$extra}]
    223223                break
Note: See TracChangeset for help on using the changeset viewer.