]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTUp.bbs
fixes
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTUp.bbs
index 2dca7b4ba5a7bbacb6534efcc81e4ae3f3beec26..78e8991d714d01965e0564cea5784286dfc95a5d 100644 (file)
@@ -17,12 +17,12 @@ new LayoutSplit currentBox
  set currentBox.Orientation V
  new LayoutSplit down
 
- connect down.Widget currentBox.Widget2 
+ connect down.Widget currentBox.Widget2
 
  set down.Orientation H
 
  input Widget1 currentBox.Widget1 "Up container"
- input Widget2 down.Widget1       "DownLeft container" 
- input Widget3 down.Widget2       "DownRight container"  
+ input Widget2 down.Widget1       "DownLeft container"
+ input Widget3 down.Widget2       "DownRight container"
 
 endefine