#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sat, 22 Sep 2018 10:59:49 +0200
changeset 18416 536ee8775804
parent 18415 d92e13957155
child 18417 69f41a854b21
#UI_ENHANCEMENT by cg class: Tools::Inspector2Tab class changed: #toBrowseClass:selector:label:
Tools__Inspector2Tab.st
--- a/Tools__Inspector2Tab.st	Sat Sep 22 03:33:23 2018 +0200
+++ b/Tools__Inspector2Tab.st	Sat Sep 22 10:59:49 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -84,7 +86,7 @@
         ].
 
     ^ self new
-            priority: 0;
+            priority: 10;
             label:label;
             view: makeView;
             yourself
@@ -95,6 +97,7 @@
 
     "Modified: / 11-02-2017 / 10:17:40 / cg"
     "Modified (format): / 09-11-2017 / 09:59:28 / mawalch"
+    "Modified: / 22-09-2018 / 10:58:19 / Claus Gittinger"
 ! !
 
 !Inspector2Tab methodsFor:'accessing'!