Ignore:
Timestamp:
Feb 24, 2013, 4:35:37 PM (11 years ago)
Author:
ldelgass
Message:

Sync with trunk (merge Rappture 1.2 changes from trunk)

Location:
branches/nanovis2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/nanovis2

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

    r3305 r3334  
     1# -*- mode: tcl; indent-tabs-mode: nil -*-
    12# ----------------------------------------------------------------------
    23#  COMPONENT: SidebarFrame - pop-out controls for visualization widgets
     
    5152    public method disable { which }
    5253
    53     protected method _toggleTab { which }
     54    protected method _toggleTab {which}
    5455    protected method _sash {op x}
    5556    protected method _fixLayout {args}
     
    214215            Background
    215216    }
    216     pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} \
    217         -fill y
     217    pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} -fill y
    218218
    219219    eval itk_initialize $args
Note: See TracChangeset for help on using the changeset viewer.