TextView.st
branchjv
changeset 5470 00d06a29e01c
parent 5444 cd4f2b359bfe
parent 5460 c353fd71390d
child 5550 d1911247fdf8
--- a/TextView.st	Tue Oct 06 06:43:18 2015 +0200
+++ b/TextView.st	Wed Oct 07 07:58:36 2015 +0100
@@ -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
 		 )
 		)