.
authorclaus
Sun, 10 Sep 1995 21:42:45 +0200
changeset 157 10b4279d3ce0
parent 156 9da0da2f69f8
child 158 d9a2f8f38dd6
.
DialogBox.st
Make.proto
--- a/DialogBox.st	Sat Sep 09 04:31:28 1995 +0200
+++ b/DialogBox.st	Sun Sep 10 21:42:45 1995 +0200
@@ -25,7 +25,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.21 1995-09-07 12:44:28 claus Exp $
+$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.22 1995-09-10 19:41:52 claus Exp $
 "
 !
 
@@ -1365,7 +1365,7 @@
     p resize; sizeFixed:true.
     labelString notNil ifTrue:[
 	box := HorizontalPanelView new.
-	box borderWidth:0.
+	box borderWidth:0; horizontalLayout:#rightSpace.
 	box add:(l := Label label:labelString).
 	l borderWidth:0.
 	box add:p.
--- a/Make.proto	Sat Sep 09 04:31:28 1995 +0200
+++ b/Make.proto	Sun Sep 10 21:42:45 1995 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.29 1995-08-27 23:24:28 claus Exp $
+# $Header: /cvs/stx/stx/libwidg/Make.proto,v 1.30 1995-09-10 19:42:45 claus Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -8,6 +8,7 @@
 LIBNAME=libwidg
 STCOPT=$(LIBWIDG_STCOPT) -warnNonStandard
 STCLOCALOPT='-Pwidgets-(libwidg)' $(COMMONSYMBOLS)
+O_RULE=$(SPACEOPT_O_RULE)
 
 RCSSOURCES=*.st Make.proto resources/*.rs