changed:6 methods
authorClaus Gittinger <cg@exept.de>
Sat, 31 Dec 2011 13:20:53 +0100
changeset 11042 12c37b36ab64
parent 11041 4b9586c63c4a
child 11043 529936c7ca51
changed:6 methods
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Thu Dec 29 14:38:39 2011 +0100
+++ b/Tools__NewSystemBrowser.st	Sat Dec 31 13:20:53 2011 +0100
@@ -662,7 +662,7 @@
             )
            (ViewSpec
               name: 'BookmarkBar'
-              layout: (LayoutFrame 0 0 40 0 0 1 65 0)
+              layout: (LayoutFrame 0 0 40 0 0 1 67 0)
               visibilityChannel: bookmarkBarVisibleHolder
               component: 
              (SpecCollection
@@ -3089,7 +3089,8 @@
             )
            (ViewSpec
               name: 'BookmarkBar'
-              layout: (LayoutFrame 0 0 40 0 0 1 65 0)
+              layout: (LayoutFrame 0 0 40 0 0 1 67 0)
+              level: 1
               visibilityChannel: bookmarkBarVisibleHolder
               component: 
              (SpecCollection
@@ -3097,7 +3098,7 @@
                  (ActionButtonSpec
                     label: 'hideToolBarIcon'
                     name: 'Button1'
-                    layout: (LayoutFrame 0 0 0 0 13 0 0 1)
+                    layout: (LayoutFrame 0 0 0 0 12 0 0 1)
                     activeHelpKey: hideToolBar
                     hasCharacterOrientedLabel: false
                     translateLabel: true
@@ -3135,8 +3136,6 @@
          
         )
       )
-
-    "Modified: / 03-06-2011 / 13:47:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 pagedWindowSpec
@@ -5140,7 +5139,7 @@
                              )
                            
                           )
-                          handles: (Any 0.333333333333333 0.666666666666667 1.0)
+                          handles: (Any 0.33 0.67 1.0)
                         )
                        (SubCanvasSpec
                           name: 'RuleDetails'
@@ -5181,6 +5180,8 @@
          
         )
       )
+
+    "Modified: / 31-12-2011 / 13:12:37 / cg"
 !
 
 visualProfilerSpec
@@ -53038,6 +53039,7 @@
     toolBar := self componentAt:#ToolBar.
     bookmarkBar := self componentAt:#BookmarkBar.
     topOffset := 0.
+
     toolBar isNil ifFalse:[
         toolBarVisible := self toolBarVisibleHolder value.
         DefaultToolBarVisible := toolBarVisible.
@@ -53045,6 +53047,7 @@
             topOffset := topOffset + toolBar height.
         ]
     ].
+
     bookmarkBar isNil ifFalse:[    
         bookmarkBarVisible := self bookmarkBarVisibleHolder value.     
         UserPreferences current showBookmarkBar:bookmarkBarVisible.
@@ -53059,7 +53062,7 @@
         ]
     ].
 
-
+    topOffset := topOffset - 1. 
     pageContent := (browserPageCanvas notNil or:[builder spec name == #browserPageSpec]) 
                     ifTrue:[(self componentAt: #BrowserPageContents)]
                     ifFalse:[(self componentAt:#NoteBook)].
@@ -53072,6 +53075,7 @@
 
     "Created: / 18-05-2011 / 17:28:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 07-06-2011 / 16:58:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 31-12-2011 / 13:18:24 / cg"
 !
 
 toolBarVisibilityChanged
@@ -54871,11 +54875,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1681 2011-12-29 12:50:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1682 2011-12-31 12:20:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1681 2011-12-29 12:50:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1682 2011-12-31 12:20:53 cg Exp $'
 !
 
 version_SVN