Lint checks running refactored.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Oct 2014 16:12:15 +0200
changeset 14760 928fe4cf43ff
parent 14759 47e9d7d9bfed
child 14761 ba4e0fdb9074
Lint checks running refactored.
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Tue Oct 14 16:10:39 2014 +0200
+++ b/Tools__LintRuleSelectionDialog.st	Tue Oct 14 16:12:15 2014 +0200
@@ -153,7 +153,7 @@
                    name: 'CancelButton'
                    translateLabel: true
                    model: doCancel
-                   extent: (Point 120 25)
+                   extent: (Point 159 25)
                  )
                 (ActionButtonSpec
                    label: 'OK'
@@ -163,7 +163,7 @@
                    enableChannel: canAcceptHolder
                    isDefault: true
                    defaultable: true
-                   extent: (Point 120 25)
+                   extent: (Point 159 25)
                  )
                 )
               
@@ -688,14 +688,14 @@
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.8 2014-10-13 20:09:35 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.9 2014-10-14 14:12:15 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.8 2014-10-13 20:09:35 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.9 2014-10-14 14:12:15 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.8 2014-10-13 20:09:35 vrany Exp $'
+    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.9 2014-10-14 14:12:15 vrany Exp $'
 ! !