Tools__LintRuleSelectionDialog.st
changeset 11298 1724964c25a4
parent 10095 b2dcb3348f56
child 12401 4714b9640528
child 13280 90dde9790cfc
--- a/Tools__LintRuleSelectionDialog.st	Thu Mar 01 10:54:29 2012 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Thu Mar 01 10:55:40 2012 +0100
@@ -127,12 +127,9 @@
         component: 
        (SpecCollection
           collection: (
-           (VariableHorizontalPanelSpec
-              name: 'RulesAndDescriptions'
+           (VariableVerticalPanelSpec
+              name: 'VariableVerticalPanel1'
               layout: (LayoutFrame 0 0 0 0 0 1 -30 1)
-              showHandle: true
-              snapMode: both
-              handlePosition: right
               component: 
              (SpecCollection
                 collection: (
@@ -180,7 +177,7 @@
                       
                      (SubChannelInfoSpec
                         subAspect: ruleHolder
-                        aspect: selectedRuleHolder
+                        aspect: listSelection
                       )
                     )
                     createNewApplication: true
@@ -189,8 +186,7 @@
                  )
                
               )
-              handles: (Any 0.99 1.0)
-              postBuildCallback: postBuildVariablePanel:
+              handles: (Any 0.808108108108108 1.0)
             )
            (HorizontalPanelViewSpec
               name: 'BottonPanel'
@@ -215,6 +211,8 @@
                     name: 'OKButton'
                     translateLabel: true
                     model: doAccept
+                    isDefault: true
+                    defaultable: true
                     extent: (Point 296 22)
                   )
                  )
@@ -225,6 +223,8 @@
          
         )
       )
+
+    "Modified: / 01-03-2012 / 10:50:28 / cg"
 ! !
 
 !LintRuleSelectionDialog methodsFor:'accessing'!
@@ -332,7 +332,7 @@
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.2 2011-07-03 18:10:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.3 2012-03-01 09:55:40 cg Exp $'
 !
 
 version_SVN