Tools__LintRuleSelectionDialog.st
changeset 14879 c63c3f78cd2f
parent 14775 47d29c6f88ad
child 14922 fc6066810758
--- a/Tools__LintRuleSelectionDialog.st	Fri Nov 21 15:01:19 2014 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Fri Nov 21 15:02:14 2014 +0100
@@ -168,6 +168,7 @@
                 )
               
              )
+             keepSpaceForOSXResizeHandleH: true
            )
           (LabelSpec
              label: 'Select Ruleset'
@@ -690,14 +691,14 @@
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.10 2014-10-16 10:52:19 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.11 2014-11-21 14:02:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.10 2014-10-16 10:52:19 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.11 2014-11-21 14:02:14 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.10 2014-10-16 10:52:19 vrany Exp $'
+    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.11 2014-11-21 14:02:14 cg Exp $'
 ! !