SettingsDialog.st
changeset 16632 9898e98f58a2
parent 16631 cb639044b134
child 16633 b646442956ed
child 16645 bd1b6aa81dff
--- a/SettingsDialog.st	Sun May 29 16:10:15 2016 +0200
+++ b/SettingsDialog.st	Sun May 29 20:45:29 2016 +0200
@@ -1737,9 +1737,9 @@
 
 postBuildWith:aBuilder
     super postBuildWith:aBuilder.
-"/    self window isModal ifFalse:[
-"/        self closeButtonVisibleHolder value:true
-"/    ].    
+    self window isModal ifFalse:[
+        self closeButtonVisibleHolder value:true
+    ].    
 !
 
 postOpenWith:aBuilder