UILayoutTool.st
changeset 3239 d6d4d8ed0421
parent 3235 62205b199fc6
child 3240 28a65ccd21cc
--- a/UILayoutTool.st	Thu Oct 29 15:17:56 2015 +0100
+++ b/UILayoutTool.st	Thu Oct 29 15:18:06 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1995 by eXept Software AG
               All Rights Reserved
@@ -3058,7 +3056,7 @@
     "
     |layout|
 
-    layout  := (Smalltalk at:LayoutFrame) new.
+    layout  := (Smalltalk at:#LayoutFrame) new.
 
     layout 
         leftFraction:(self aspectValueOr0For:#leftFraction)