checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 24 Jun 1997 18:56:45 +0200
changeset 1201 5bcdee8b4644
parent 1200 71de763d5847
child 1202 190ff2307ea4
checkin from browser
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Tue Jun 24 16:51:57 1997 +0200
+++ b/BrowserView.st	Tue Jun 24 18:56:45 1997 +0200
@@ -5505,6 +5505,7 @@
 
     namespaceList := ComboListView origin:(0.0@1.0) corner:(0.25@1.0) in:hpanel.
     namespaceList topInset:(v bottomInset negated) + (spc // 2).
+    namespaceList leftInset:(ViewSpacing // 2).
     namespaceList bottomInset:(spc // 2).
 
 "/    styleSheet is3D ifTrue:[
@@ -5543,7 +5544,7 @@
 
     self createCodeViewIn:vpanel
 
-    "Modified: 9.1.1997 / 10:39:02 / cg"
+    "Modified: 24.6.1997 / 18:55:17 / cg"
 !
 
 setupForClass:aClass
@@ -10200,6 +10201,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.305 1997-06-23 11:38:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.306 1997-06-24 16:56:45 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Tue Jun 24 16:51:57 1997 +0200
+++ b/BrwsrView.st	Tue Jun 24 18:56:45 1997 +0200
@@ -5505,6 +5505,7 @@
 
     namespaceList := ComboListView origin:(0.0@1.0) corner:(0.25@1.0) in:hpanel.
     namespaceList topInset:(v bottomInset negated) + (spc // 2).
+    namespaceList leftInset:(ViewSpacing // 2).
     namespaceList bottomInset:(spc // 2).
 
 "/    styleSheet is3D ifTrue:[
@@ -5543,7 +5544,7 @@
 
     self createCodeViewIn:vpanel
 
-    "Modified: 9.1.1997 / 10:39:02 / cg"
+    "Modified: 24.6.1997 / 18:55:17 / cg"
 !
 
 setupForClass:aClass
@@ -10200,6 +10201,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.305 1997-06-23 11:38:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.306 1997-06-24 16:56:45 cg Exp $'
 ! !
 BrowserView initialize!