#BUGFIX
authorClaus Gittinger <cg@exept.de>
Tue, 06 Oct 2015 13:03:51 +0200
changeset 5460 c353fd71390d
parent 5458 87612e57dff1
child 5461 8eafc20a682a
#BUGFIX class: TextView changed: #searchDialogSpec
TextView.st
--- a/TextView.st	Mon Oct 05 16:12:45 2015 +0200
+++ b/TextView.st	Tue Oct 06 13:03:51 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -413,7 +411,7 @@
            )
           (VerticalPanelViewSpec
              name: 'VerticalPanel1'
-             layout: (LayoutFrame 0 0.0 52 0 0 1.0 -30 1)
+             layout: (LayoutFrame 0 0.0 52 0 0 1.0 -32 1)
              horizontalLayout: fit
              verticalLayout: top
              component: 
@@ -522,7 +520,7 @@
            )
           (HorizontalPanelViewSpec
              name: 'horizontalPanelView'
-             layout: (LayoutFrame 0 0.0 -30 1.0 0 1.0 0 1.0)
+             layout: (LayoutFrame 0 0.0 -32 1.0 -16 1.0 0 1.0)
              level: 0
              horizontalLayout: fitSpace
              verticalLayout: center
@@ -540,7 +538,7 @@
                    translateLabel: true
                    tabable: true
                    model: cancel
-                   extent: (Point 101 21)
+                   useDefaultExtent: true
                  )
                 (ActionButtonSpec
                    label: 'Prev'
@@ -549,7 +547,7 @@
                    translateLabel: true
                    tabable: true
                    model: prevAction
-                   extent: (Point 101 21)
+                   useDefaultExtent: true
                  )
                 (ActionButtonSpec
                    label: 'Next'
@@ -560,7 +558,7 @@
                    tabable: true
                    model: nextAction
                    isDefault: true
-                   extent: (Point 101 21)
+                   useDefaultExtent: true
                  )
                 )