]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/appli/GUICreatePackage.bbs
*** empty log message ***
[bbtk.git] / packages / toolsbbtk / bbs / appli / GUICreatePackage.bbs
index 8e006e9ebde0f7e48e4c5368f253cbdd803a1884..7acc43da376462bf7b0498fb4e27a333a23c62b6 100644 (file)
@@ -14,7 +14,7 @@ new OutputText dirOutput
   connect dir.Out dirOutput.In
 
 new OutputText windowTitle
-  set windowTitle.In "Package informations"
+  set windowTitle.In "Create new package folder in :"
 
 new InputText name
     set name.Title "Name         (1 word)"
@@ -50,9 +50,9 @@ new LayoutLine main
     connect description.Widget main.Widget5
     connect buttons.Widget main.Widget6
     set main.WinTitle "Create new black box package"
-    set main.WinDialog true
+#    set main.WinDialog true
     set main.WinWidth 400 
-    set main.WinHeight 25
+    set main.WinHeight 40
 
 new MultipleInputs close
     connect close.Out main.WinClose
@@ -114,7 +114,6 @@ new ConcatStrings concatStr
     connect descriptionStr.Out         concatStr.In6
     connect dquote.Out                 concatStr.In7
 
-
 new ExecSystemCommand command
     connect concatStr.Out command.In