*** empty log message ***
authorpenk
Thu, 17 Mar 2005 12:52:36 +0100
changeset 2800 0a970532a682
parent 2799 e57e0c9c28bd
child 2801 014471b1e14b
*** empty log message ***
LicenceBox.st
--- a/LicenceBox.st	Wed Mar 16 12:18:09 2005 +0100
+++ b/LicenceBox.st	Thu Mar 17 12:52:36 2005 +0100
@@ -222,9 +222,9 @@
     "Modified: 9.9.1996 / 17:52:13 / stefan"
 !
 
-realize
-    super realize.
-    self setForegroundWindow
+mapped
+    super mapped.
+    self expand.
 
     "
      self open
@@ -314,10 +314,23 @@
 
 ! !
 
+!LicenceBox methodsFor:'queries'!
+
+windowStyle
+    ^ #toolWindow.
+    ^ #normal.
+    ^ #dialog.
+    ^ super windowStyle.
+
+    "
+     self new windowStyle
+    "
+! !
+
 !LicenceBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/LicenceBox.st,v 1.23 2005-03-16 11:18:09 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/LicenceBox.st,v 1.24 2005-03-17 11:52:36 penk Exp $'
 ! !
 
 LicenceBox initialize!