Tools__LintRuleSelectionDialog.st
changeset 15439 0f06730a5d7d
parent 14982 4ffaf520cfcd
child 15566 184cea584be5
child 16588 5def03d038e2
--- a/Tools__LintRuleSelectionDialog.st	Thu Feb 26 05:00:07 2015 +0100
+++ b/Tools__LintRuleSelectionDialog.st	Thu Feb 26 09:01:38 2015 +0100
@@ -219,7 +219,7 @@
           (HorizontalPanelViewSpec
              name: 'BottonPanel'
              layout: (LayoutFrame 10 0 -40 1 -10 1 0 1)
-             horizontalLayout: right
+             horizontalLayout: okCancelBox
              verticalLayout: center
              horizontalSpace: 3
              verticalSpace: 3
@@ -232,7 +232,7 @@
                    name: 'CancelButton'
                    translateLabel: true
                    model: doCancel
-                   extent: (Point 120 25)
+                   extent: (Point 275 25)
                  )
                 (ActionButtonSpec
                    label: 'OK'
@@ -241,7 +241,7 @@
                    model: doAccept
                    isDefault: true
                    defaultable: true
-                   extent: (Point 120 22)
+                   extent: (Point 276 22)
                  )
                 )
               
@@ -371,14 +371,14 @@
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.13 2014-12-03 19:59:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.14 2015-02-26 08:01:38 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.13 2014-12-03 19:59:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.14 2015-02-26 08:01:38 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.13 2014-12-03 19:59:51 cg Exp $'
+    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.14 2015-02-26 08:01:38 vrany Exp $'
 ! !