DialogBox.st
changeset 4633 d81164de732d
parent 4627 57034e0b4dc3
child 4640 6069399797c0
--- a/DialogBox.st	Wed Jun 26 10:18:11 2013 +0200
+++ b/DialogBox.st	Thu Jun 27 14:14:07 2013 +0200
@@ -3593,8 +3593,7 @@
         onCancel:''
 
     "
-     Dialog 
-         request:'enter a string:' 
+     Dialog request:'enter a string:' 
     "
 
     "Modified: 29.5.1996 / 14:26:25 / cg"
@@ -9520,6 +9519,7 @@
         borderWidth:0;
         horizontalLayout:#spread.
 
+    buttonPanel rightInset:(self device extentOfResizeHandle x).
     "/ some viewStyles want ok to be the leftMost button.
     buttonPanel reverseOrderIfOKAtLeft:true.
 
@@ -9922,11 +9922,11 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.337 2013-06-25 22:57:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.338 2013-06-27 12:14:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.337 2013-06-25 22:57:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.338 2013-06-27 12:14:07 cg Exp $'
 ! !