preps for \"showInBrowserMenus\"
authorClaus Gittinger <cg@exept.de>
Mon, 09 Jan 2012 23:59:22 +0100
changeset 11065 e57980bdbf2f
parent 11064 225d769b52b6
child 11066 906c882b32d1
preps for \"showInBrowserMenus\"
FileBasedSourceCodeManagementSettingsAppl.st
--- a/FileBasedSourceCodeManagementSettingsAppl.st	Mon Jan 09 23:59:17 2012 +0100
+++ b/FileBasedSourceCodeManagementSettingsAppl.st	Mon Jan 09 23:59:22 2012 +0100
@@ -209,9 +209,16 @@
                                 component: 
                                (SpecCollection
                                   collection: (
+                                   (CheckBoxSpec
+                                      label: 'Show in Browser Menus'
+                                      name: 'CheckBox1'
+                                      layout: (LayoutFrame 0 0 5 0 0 1 27 0)
+                                      model: showInBrowserMenusHolder
+                                      translateLabel: true
+                                    )
                                    (ViewSpec
                                       name: 'Box1'
-                                      layout: (LayoutFrame 0 0 0 0 0 1 25 0)
+                                      layout: (LayoutFrame 0 0 38 0 0 1 63 0)
                                       component: 
                                      (SpecCollection
                                         collection: (
@@ -299,7 +306,7 @@
                                     )
                                    (HorizontalPanelViewSpec
                                       name: 'HorizontalPanel2'
-                                      layout: (LayoutFrame 64 0.25 -25 1 -1 1 0 1)
+                                      layout: (LayoutFrame 64 0.25 257 0 -1 1 282 0)
                                       horizontalLayout: fitSpace
                                       verticalLayout: center
                                       horizontalSpace: 3
@@ -700,11 +707,11 @@
 !FileBasedSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.4 2011-12-25 13:03:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.5 2012-01-09 22:59:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.4 2011-12-25 13:03:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBasedSourceCodeManagementSettingsAppl.st,v 1.5 2012-01-09 22:59:22 cg Exp $'
 !
 
 version_FileRepository