Tools__LintRuleSelectionDialog.st
changeset 14982 4ffaf520cfcd
parent 14922 fc6066810758
child 15439 0f06730a5d7d
--- 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 $'
 ! !