Tools__LintRuleSettingsApplication.st
changeset 14231 d747f6fed85e
parent 14154 5bfb4881d66d
child 14769 8fbf2cc4645d
--- a/Tools__LintRuleSettingsApplication.st	Sun Apr 13 20:23:27 2014 +0200
+++ b/Tools__LintRuleSettingsApplication.st	Sun Apr 13 20:24:28 2014 +0200
@@ -87,117 +87,115 @@
     <resource: #canvas>
 
     ^ 
-     #(FullSpec
-        name: windowSpec
-        window: 
-       (WindowSpec
-          label: 'Profiles'
-          name: 'Profiles'
-          min: (Point 10 10)
-          bounds: (Rectangle 0 0 782 552)
-        )
-        component: 
-       (SpecCollection
-          collection: (
-           (LabelSpec
-              label: 'Predefined SmallLint Rule Sets'
-              name: 'Label'
-              layout: (LayoutFrame 0 0 35 0 0 1 65 0)
-              translateLabel: true
-              adjust: left
-            )
-           (SelectionInListModelViewSpec
-              name: 'ProfileList'
-              layout: (LayoutFrame 0 0 65 0 -100 1 0 1)
-              enableChannel: svnEnabled
-              model: rulesetSelectionHolder
-              hasHorizontalScrollBar: true
-              hasVerticalScrollBar: true
-              listModel: rulesetList
-              useIndex: false
-              highlightMode: line
-              doubleClickSelector: doEdit
-            )
-           (VerticalPanelViewSpec
-              name: 'Buttons1'
-              layout: (LayoutFrame -95 1 65 0 0 1 0 0.7)
-              horizontalLayout: fit
-              verticalLayout: top
-              horizontalSpace: 5
-              verticalSpace: 3
-              component: 
-             (SpecCollection
-                collection: (
-                 (ActionButtonSpec
-                    label: 'Add'
-                    name: 'ButtonAdd'
-                    translateLabel: true
-                    model: doAdd
-                    extent: (Point 95 22)
-                  )
-                 (ActionButtonSpec
-                    label: 'Copy'
-                    name: 'ButtonCopy'
-                    translateLabel: true
-                    model: doCopy
-                    enableChannel: canCopyHolder
-                    extent: (Point 95 22)
-                  )
-                 (ActionButtonSpec
-                    label: 'Edit'
-                    name: 'ButtonEdit'
-                    translateLabel: true
-                    model: doEdit
-                    enableChannel: canEditHolder
-                    extent: (Point 95 22)
-                  )
-                 (ActionButtonSpec
-                    label: 'Remove'
-                    name: 'ButtonRemove'
-                    translateLabel: true
-                    model: doRemove
-                    enableChannel: canRemoveHolder
-                    extent: (Point 95 22)
-                  )
+    #(FullSpec
+       name: windowSpec
+       window: 
+      (WindowSpec
+         label: 'Profiles'
+         name: 'Profiles'
+         min: (Point 10 10)
+         bounds: (Rectangle 0 0 782 552)
+       )
+       component: 
+      (SpecCollection
+         collection: (
+          (LabelSpec
+             label: 'Predefined SmallLint Rule Sets'
+             name: 'Label'
+             layout: (LayoutFrame 0 0 35 0 0 1 65 0)
+             translateLabel: true
+             adjust: left
+           )
+          (SelectionInListModelViewSpec
+             name: 'ProfileList'
+             layout: (LayoutFrame 0 0 65 0 -128 1 0 1)
+             enableChannel: svnEnabled
+             model: rulesetSelectionHolder
+             hasHorizontalScrollBar: true
+             hasVerticalScrollBar: true
+             listModel: rulesetList
+             useIndex: false
+             highlightMode: line
+             doubleClickSelector: doEdit
+           )
+          (VerticalPanelViewSpec
+             name: 'Buttons1'
+             layout: (LayoutFrame -124 1 65 0 0 1 0 0.7)
+             horizontalLayout: fit
+             verticalLayout: top
+             horizontalSpace: 5
+             verticalSpace: 3
+             component: 
+            (SpecCollection
+               collection: (
+                (ActionButtonSpec
+                   label: 'Add'
+                   name: 'ButtonAdd'
+                   translateLabel: true
+                   model: doAdd
+                   extent: (Point 124 22)
                  )
-               
-              )
-            )
-           (VerticalPanelViewSpec
-              name: 'Buttons2'
-              layout: (LayoutFrame -95 1 0 0.7 0 1 0 1)
-              horizontalLayout: fit
-              verticalLayout: bottom
-              horizontalSpace: 5
-              verticalSpace: 3
-              component: 
-             (SpecCollection
-                collection: (
-                 (ActionButtonSpec
-                    label: 'Export'
-                    name: 'Button2'
-                    translateLabel: true
-                    model: doExport
-                    enableChannel: canExportHolder
-                    extent: (Point 95 22)
-                  )
-                 (ActionButtonSpec
-                    label: 'Import'
-                    name: 'Button3'
-                    translateLabel: true
-                    model: doImport
-                    extent: (Point 95 22)
-                  )
+                (ActionButtonSpec
+                   label: 'Copy'
+                   name: 'ButtonCopy'
+                   translateLabel: true
+                   model: doCopy
+                   enableChannel: canCopyHolder
+                   extent: (Point 124 22)
+                 )
+                (ActionButtonSpec
+                   label: 'Edit'
+                   name: 'ButtonEdit'
+                   translateLabel: true
+                   model: doEdit
+                   enableChannel: canEditHolder
+                   extent: (Point 124 22)
+                 )
+                (ActionButtonSpec
+                   label: 'Remove'
+                   name: 'ButtonRemove'
+                   translateLabel: true
+                   model: doRemove
+                   enableChannel: canRemoveHolder
+                   extent: (Point 124 22)
                  )
-               
-              )
-            )
+                )
+              
+             )
            )
-         
-        )
-      )
-
-    "Modified: / 28-02-2013 / 10:03:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+          (VerticalPanelViewSpec
+             name: 'Buttons2'
+             layout: (LayoutFrame -124 1 0 0.7 0 1 0 1)
+             horizontalLayout: fit
+             verticalLayout: bottom
+             horizontalSpace: 5
+             verticalSpace: 3
+             component: 
+            (SpecCollection
+               collection: (
+                (ActionButtonSpec
+                   label: 'Export'
+                   name: 'Button2'
+                   translateLabel: true
+                   model: doExport
+                   enableChannel: canExportHolder
+                   extent: (Point 124 22)
+                 )
+                (ActionButtonSpec
+                   label: 'Import'
+                   name: 'Button3'
+                   translateLabel: true
+                   model: doImport
+                   extent: (Point 124 22)
+                 )
+                )
+              
+             )
+           )
+          )
+        
+       )
+     )
 ! !
 
 !LintRuleSettingsApplication methodsFor:'accessing'!
@@ -426,11 +424,11 @@
 !LintRuleSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.5 2014-03-24 09:08:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.6 2014-04-13 18:24:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.5 2014-03-24 09:08:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSettingsApplication.st,v 1.6 2014-04-13 18:24:28 cg Exp $'
 ! !