DialogBox.st
changeset 742 d735741381f5
parent 739 67e04c0c38a7
child 745 9838e65744d0
--- a/DialogBox.st	Fri May 31 22:20:42 1996 +0200
+++ b/DialogBox.st	Fri May 31 23:00:13 1996 +0200
@@ -2711,7 +2711,7 @@
 
     self yPosition:y.
     self addComponent:aView tabable:tabable.
-    aView leftInset:ViewSpacing.
+    aView leftInset:ViewSpacing; rightInset:ViewSpacing.
     aView width:(1.0 - relativeX); left:relativeX.
 
     aView isInputField ifTrue:[
@@ -2759,7 +2759,7 @@
     "
 
     "Created: 13.4.1996 / 13:41:31 / cg"
-    "Modified: 19.4.1996 / 17:39:46 / cg"
+    "Modified: 31.5.1996 / 22:49:58 / cg"
 !
 
 addTextLabel:aString
@@ -4893,6 +4893,6 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.81 1996-05-31 20:16:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.82 1996-05-31 21:00:13 cg Exp $'
 ! !
 DialogBox initialize!