load from repository spec. geometry
authorClaus Gittinger <cg@exept.de>
Thu, 28 May 1998 12:27:31 +0200
changeset 1674 60baa8cba008
parent 1673 a6999f90d3b2
child 1675 b124c6aa661e
load from repository spec. geometry
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Thu May 28 12:16:03 1998 +0200
+++ b/BrowserView.st	Thu May 28 12:27:31 1998 +0200
@@ -405,11 +405,11 @@
           #window: 
            #(#WindowSpec
               #name: 'Load from repository'
-              #layout: #(#LayoutFrame 216 0 173 0 515 0 737 0)
+              #layout: #(#LayoutFrame 216 0 173 0 618 0 737 0)
               #label: 'Load from repository'
               #min: #(#Point 10 10)
               #max: #(#Point 1280 1024)
-              #bounds: #(#Rectangle 216 173 516 738)
+              #bounds: #(#Rectangle 216 173 619 738)
               #usePreferredExtent: false
           )
           #component: 
@@ -527,14 +527,14 @@
                               #translateLabel: true
                               #model: #load
                               #enableChannel: #loadEnabled
-                              #extent: #(#Point 60 25)
+                              #extent: #(#Point 100 25)
                           )
                            #(#ActionButtonSpec
                               #name: 'dismissButton'
                               #label: 'Dismiss'
                               #translateLabel: true
                               #model: #close
-                              #extent: #(#Point 60 25)
+                              #extent: #(#Point 100 25)
                           )
                         )
                     )
@@ -547,7 +547,7 @@
           )
       )
 
-    "Modified: / 21.5.1998 / 14:37:39 / cg"
+    "Modified: / 28.5.1998 / 12:22:58 / cg"
 ! !
 
 !BrowserView methodsFor:'change & update'!
@@ -11503,6 +11503,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.411 1998-05-21 15:21:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.412 1998-05-28 10:27:31 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Thu May 28 12:16:03 1998 +0200
+++ b/BrwsrView.st	Thu May 28 12:27:31 1998 +0200
@@ -405,11 +405,11 @@
           #window: 
            #(#WindowSpec
               #name: 'Load from repository'
-              #layout: #(#LayoutFrame 216 0 173 0 515 0 737 0)
+              #layout: #(#LayoutFrame 216 0 173 0 618 0 737 0)
               #label: 'Load from repository'
               #min: #(#Point 10 10)
               #max: #(#Point 1280 1024)
-              #bounds: #(#Rectangle 216 173 516 738)
+              #bounds: #(#Rectangle 216 173 619 738)
               #usePreferredExtent: false
           )
           #component: 
@@ -527,14 +527,14 @@
                               #translateLabel: true
                               #model: #load
                               #enableChannel: #loadEnabled
-                              #extent: #(#Point 60 25)
+                              #extent: #(#Point 100 25)
                           )
                            #(#ActionButtonSpec
                               #name: 'dismissButton'
                               #label: 'Dismiss'
                               #translateLabel: true
                               #model: #close
-                              #extent: #(#Point 60 25)
+                              #extent: #(#Point 100 25)
                           )
                         )
                     )
@@ -547,7 +547,7 @@
           )
       )
 
-    "Modified: / 21.5.1998 / 14:37:39 / cg"
+    "Modified: / 28.5.1998 / 12:22:58 / cg"
 ! !
 
 !BrowserView methodsFor:'change & update'!
@@ -11503,6 +11503,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.411 1998-05-21 15:21:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.412 1998-05-28 10:27:31 cg Exp $'
 ! !
 BrowserView initialize!