diff -r 11ee3cc6da4c -r d36dd938ef4d CVSSourceCodeManagementSettingsAppl.st --- a/CVSSourceCodeManagementSettingsAppl.st Fri Feb 22 10:18:11 2013 +0100 +++ b/CVSSourceCodeManagementSettingsAppl.st Fri Feb 22 15:49:46 2013 +0100 @@ -278,16 +278,6 @@ component: (SpecCollection collection: ( - (ComboBoxSpec - name: 'ComboBox1' - layout: (LayoutFrame 64 0.25 275 0 0 1 297 0) - activeHelpKey: cvsRootPerModuleModule - tabable: true - model: perModuleRootModule - acceptChannel: acceptChannel - acceptOnPointerLeave: true - comboList: sampleModuleList - ) (CheckBoxSpec label: 'Show in Browser Menus' name: 'CheckBox1' @@ -313,7 +303,7 @@ ) (InputFieldSpec name: 'CVSExecutableField' - layout: (LayoutFrame 64 0.25 0 0 0 1 22 0) + layout: (LayoutFrame 64 0.25 0 0 -1 1 22 0) activeHelpKey: cvsCommand tabable: true model: cvsExecutableHolder @@ -370,7 +360,7 @@ ) (ComboBoxSpec name: 'cvsRootComboBox' - layout: (LayoutFrame 64 0.25 2 0 0 1 24 0) + layout: (LayoutFrame 64 0.25 2 0 -1 1 24 0) activeHelpKey: cvsRootDefault tabable: true model: cvsRootHolder @@ -425,6 +415,16 @@ translateLabel: true adjust: right ) + (ComboBoxSpec + name: 'ComboBox1' + layout: (LayoutFrame 64 0.25 275 0 0 1 297 0) + activeHelpKey: cvsRootPerModuleModule + tabable: true + model: perModuleRootModule + acceptChannel: acceptChannel + acceptOnPointerLeave: true + comboList: sampleModuleList + ) (LabelSpec label: 'CVSRoot:' name: 'cvsRootLabel' @@ -1063,9 +1063,10 @@ !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.26 2012-10-15 18:46:00 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.27 2013-02-22 14:49:46 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.26 2012-10-15 18:46:00 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.27 2013-02-22 14:49:46 cg Exp $' ! ! +