Changeset 3285


Ignore:
Timestamp:
Feb 6, 2013 11:35:52 AM (11 years ago)
Author:
gah
Message:

fixes for 1.9 ruby build

File:
1 edited

Legend:

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

    r3281 r3285  
    214214            Background
    215215    }
    216     pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} \
    217         -fill y
     216    pack $itk_component(tabs) -side top -expand yes -anchor e -padx {4 0} -fill y
    218217
    219218    eval itk_initialize $args
     
    574573        set framew $x1
    575574    } else {
    576         set framew [expr $w - $ctrlw]
     575        set framew [expr $w - $ctrlw - $sashw]
    577576    }
    578577    place $itk_component(frame) -x 0 -y 0 -anchor nw -width $framew -height $h
    579578    place $itk_component(sashbg) -x $x1 -y 0 -anchor nw -width $sashw -height $h
    580     place $itk_component(sidebar) -x $x2 -y 0 -anchor nw -width $sbarw -height $h
     579    place $itk_component(sidebar) -x $x2 -y 0 -anchor nw \
     580        -width $sbarw -height $h
    581581}
    582582
Note: See TracChangeset for help on using the changeset viewer.