Changeset 3287


Ignore:
Timestamp:
Feb 7, 2013 7:17:18 AM (11 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r3285 r3287  
    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
Note: See TracChangeset for help on using the changeset viewer.