]> Creatis software - bbtk.git/blobdiff - packages/wx/bbs/boxes/bbLayoutTUp.bbs
Installer with CPACK
[bbtk.git] / packages / wx / bbs / boxes / bbLayoutTUp.bbs
index cf94c0dc087fe28bb1a06dcfa4ed4c8df69db200..581dd486d22526844b24788132ba867d7e3c680b 100644 (file)
@@ -14,12 +14,12 @@ author "jean-pierre.roux@creatis.univ-lyon1.fr"
 category "box"
 
 new LayoutSplit currentBox
- set currentBox.Orientation H
+ set currentBox.Orientation V
  new LayoutSplit down
 
  connect down.Widget currentBox.Widget2 
 
- set down.Orientation V
+ set down.Orientation H
 
  input Widget1 currentBox.Widget1 "Up"
  input Widget2 down.Widget1       "DownLeft"