#BUGFIX by alkurz
authoralkurz
Mon, 09 Mar 2020 18:53:11 +0100
changeset 6239 b3225527a33d
parent 6238 1f70ed3090a4
child 6240 b7d61c1bfe9e
#BUGFIX by alkurz replacing deprecated function layout for adjust class: FilenameWidgetWithHistory changed: #initialize
FilenameWidgetWithHistory.st
--- a/FilenameWidgetWithHistory.st	Mon Mar 09 14:19:10 2020 +0100
+++ b/FilenameWidgetWithHistory.st	Mon Mar 09 18:53:11 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2007 by eXept Software AG
               All Rights Reserved
@@ -273,7 +271,7 @@
                                   bottomFraction:1 offset:0).
 
     self initializeBrowseButton.
-    browseButton layout:(LayoutFrame
+    browseButton adjust:(LayoutFrame
                                   leftFraction:1 offset:-22 
                                   rightFraction:1 offset:-2 
                                   topFraction:0 offset:0