beautified for 2D look
authorClaus Gittinger <cg@exept.de>
Wed, 17 Jul 1996 12:08:16 +0200
changeset 676 a5d1f2adfb98
parent 675 57cc7dc74d67
child 677 7e4ad7a82041
beautified for 2D look
Launcher.st
--- a/Launcher.st	Mon Jul 15 12:01:30 1996 +0200
+++ b/Launcher.st	Wed Jul 17 12:08:16 1996 +0200
@@ -1735,10 +1735,12 @@
 
     row := OrderedCollection new.
     row add:(formatLabel := Label label:(resources string:'page format:')).
+    formatLabel borderWidth:0.
     row add:(formatComponent := PopUpList on:pageFormat).
     formatComponent label:'unknown'.
 
     row add:(landscapeLabel := Label label:(resources string:'landscape:')).
+    landscapeLabel borderWidth:0.
     row add:(landscapeComponent := CheckToggle on:landscape).
 
     y := box yPosition.
@@ -1899,7 +1901,7 @@
     ].
     box destroy
 
-    "Modified: 4.6.1996 / 12:26:03 / cg"
+    "Modified: 17.7.1996 / 12:04:55 / cg"
 !
 
 viewStyleSetting 
@@ -3298,5 +3300,5 @@
 !NewLauncher  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.170 1996-07-15 07:09:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.171 1996-07-17 10:08:16 cg Exp $'
 ! !