Tools__LintRuleSelectionDialog.st
branchjv
changeset 16596 f111c3082dd1
parent 15566 184cea584be5
parent 16588 5def03d038e2
child 17379 028adf14bc05
--- a/Tools__LintRuleSelectionDialog.st	Sat May 14 07:05:55 2016 +0200
+++ b/Tools__LintRuleSelectionDialog.st	Sun May 15 06:58:33 2016 +0200
@@ -140,7 +140,7 @@
          label: 'Select Lint Rules'
          name: 'Select Lint Rules'
          min: (Point 10 10)
-         bounds: (Rectangle 0 0 580 373)
+         bounds: (Rectangle 0 0 603 569)
        )
        component: 
       (SpecCollection
@@ -217,8 +217,8 @@
              )
            )
           (HorizontalPanelViewSpec
-             name: 'BottonPanel'
-             layout: (LayoutFrame 10 0 -40 1 -10 1 0 1)
+             name: 'ButtonPanel'
+             layout: (LayoutFrame 10 0 -40 1 -16 1 0 1)
              horizontalLayout: okCancelBox
              verticalLayout: center
              horizontalSpace: 3
@@ -232,7 +232,8 @@
                    name: 'CancelButton'
                    translateLabel: true
                    model: doCancel
-                   extent: (Point 275 25)
+                   extent: (Point 282 25)
+                   usePreferredHeight: true
                  )
                 (ActionButtonSpec
                    label: 'OK'
@@ -241,7 +242,8 @@
                    model: doAccept
                    isDefault: true
                    defaultable: true
-                   extent: (Point 276 22)
+                   extent: (Point 283 22)
+                   usePreferredHeight: true
                  )
                 )
               
@@ -371,14 +373,14 @@
 !LintRuleSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.14 2015-02-26 08:01:38 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleSelectionDialog.st,v 1.14 2015-02-26 08:01:38 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__LintRuleSelectionDialog.st,v 1.14 2015-02-26 08:01:38 vrany Exp $'
+    ^ '$Id$'
 ! !