changed: #windowSpec
authorStefan Vogel <sv@exept.de>
Sun, 15 Nov 2009 23:17:18 +0100
changeset 3857 7c22a27c99ae
parent 3856 ef485acbfd81
child 3858 ff45d1fe56cb
changed: #windowSpec larger abort button
AssistantApplication.st
--- a/AssistantApplication.st	Wed Nov 11 22:29:39 2009 +0100
+++ b/AssistantApplication.st	Sun Nov 15 23:17:18 2009 +0100
@@ -225,7 +225,7 @@
                                 translateLabel: true
                                 resizeForLabel: true
                                 model: doCancel
-                                extent: (Point 65 22)
+                                extent: (Point 80 22)
                               )
                              (ActionButtonSpec
                                 label: 'Finish'
@@ -235,7 +235,7 @@
                                 resizeForLabel: true
                                 model: doFinish
                                 enableChannel: finishButtonEnabled
-                                extent: (Point 65 22)
+                                extent: (Point 80 22)
                               )
                              )
                            
@@ -808,5 +808,5 @@
 !AssistantApplication class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.16 2009-11-03 12:12:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/AssistantApplication.st,v 1.17 2009-11-15 22:17:18 stefan Exp $'
 ! !