class: Tools::LintRuleSelectionDialog
authorClaus Gittinger <cg@exept.de>
Wed, 03 Dec 2014 20:59:51 +0100
changeset 14982 4ffaf520cfcd
parent 14981 082b1709a172
child 14983 4e23aedeee9a
class: Tools::LintRuleSelectionDialog changed: #windowSpec
Tools__LintRuleSelectionDialog.st
--- a/Tools__LintRuleSelectionDialog.st	Wed Dec 03 20:32:04 2014 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Wed Dec 03 20:59:51 2014 +0100
@@ -246,6 +246,7 @@
                 )
               
              )
+             keepSpaceForOSXResizeHandleH: true
            )
           )
         
@@ -370,14 +371,14 @@
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.12 2014-11-27 10:37:22 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.13 2014-12-03 19:59:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.12 2014-11-27 10:37:22 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.13 2014-12-03 19:59:51 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.12 2014-11-27 10:37:22 vrany Exp $'
+    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.13 2014-12-03 19:59:51 cg Exp $'
 ! !