Ignore:
Timestamp:
Feb 18, 2013 2:32:14 PM (11 years ago)
Author:
ldelgass
Message:

sync with trunk

Location:
branches/nanovis2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nanovis2

  • branches/nanovis2/gui/scripts/sidebarframe.tcl

    r3175 r3305  
    88# ======================================================================
    99#  AUTHOR:  George Howlett, Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2009  Purdue Research Foundation
     10#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111#
    1212#  See the file "license.terms" for information on usage and
     
    5151    public method disable { which }
    5252
    53     protected method _toggleTab {which}
     53    protected method _toggleTab { which }
    5454    protected method _sash {op x}
    5555    protected method _fixLayout {args}
     
    214214            Background
    215215    }
    216     pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} -fill y
     216    pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} \
     217        -fill y
    217218
    218219    eval itk_initialize $args
     
    573574        set framew $x1
    574575    } else {
    575         set framew [expr $w - $ctrlw]
     576        set framew [expr $w - $ctrlw - $sashw]
    576577    }
    577578    place $itk_component(frame) -x 0 -y 0 -anchor nw -width $framew -height $h
    578579    place $itk_component(sashbg) -x $x1 -y 0 -anchor nw -width $sashw -height $h
    579     place $itk_component(sidebar) -x $x2 -y 0 -anchor nw -width $sbarw -height $h
     580    place $itk_component(sidebar) -x $x2 -y 0 -anchor nw \
     581        -width $sbarw -height $h
    580582}
    581583
Note: See TracChangeset for help on using the changeset viewer.