Changeset 3285
- Timestamp:
- Feb 6, 2013 11:35:52 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/sidebarframe.tcl
r3281 r3285 214 214 Background 215 215 } 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 218 217 219 218 eval itk_initialize $args … … 574 573 set framew $x1 575 574 } else { 576 set framew [expr $w - $ctrlw ]575 set framew [expr $w - $ctrlw - $sashw] 577 576 } 578 577 place $itk_component(frame) -x 0 -y 0 -anchor nw -width $framew -height $h 579 578 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 581 581 } 582 582
Note: See TracChangeset
for help on using the changeset viewer.