changed: #windowSpec expeccoNET_1_6_0_0
authorClaus Gittinger <cg@exept.de>
Wed, 20 Apr 2011 12:59:52 +0200
changeset 589 ecaad0a70ce2
parent 588 fa07e24f25cf
child 590 6079daa8ef5f
changed: #windowSpec
SVN__SettingsApp.st
--- a/SVN__SettingsApp.st	Tue Apr 19 13:54:27 2011 +0200
+++ b/SVN__SettingsApp.st	Wed Apr 20 12:59:52 2011 +0200
@@ -108,6 +108,7 @@
               name: 'SubVersionSettingsTitle'
               layout: (LayoutFrame 0 0 0 0 0 1 66 0)
               style: (FontDescription helvetica medium roman 18 #'iso10646-1')
+              level: 1
               backgroundColor: (Color 100.0 100.0 100.0)
               translateLabel: true
               adjust: left
@@ -115,7 +116,7 @@
            (LabelSpec
               label: 'Icon'
               name: 'SubVersionIcon'
-              layout: (LayoutFrame -75 1 0 0 0 1 66 0)
+              layout: (LayoutFrame -76 1 0 0 -1 1 65 0)
               hasCharacterOrientedLabel: false
               backgroundColor: (Color 100.0 100.0 100.0)
               translateLabel: true
@@ -123,7 +124,7 @@
             )
            (VerticalPanelViewSpec
               name: 'Controls'
-              layout: (LayoutFrame 0 0 70 0 0 1 0 1)
+              layout: (LayoutFrame 0 0 70 0 -1 1 0 1)
               horizontalLayout: fit
               verticalLayout: topFit
               horizontalSpace: 3
@@ -207,7 +208,7 @@
                                    )
                                  
                                 )
-                                extent: (Point 655 25)
+                                extent: (Point 660 25)
                               )
                              (CheckBoxSpec
                                 label: 'Verbose (Traces svn commands to Transcript)'
@@ -278,7 +279,7 @@
                                    )
                                  
                                 )
-                                extent: (Point 655 332)
+                                extent: (Point 660 331)
                               )
                              (HorizontalPanelViewSpec
                                 name: 'AddRemovePanel'
@@ -295,7 +296,7 @@
                                       translateLabel: true
                                       model: addRepositoryAction
                                       enableChannel: svnEnabled
-                                      extent: (Point 326 25)
+                                      extent: (Point 328 25)
                                     )
                                    (ActionButtonSpec
                                       label: 'Remove repository'
@@ -303,12 +304,12 @@
                                       translateLabel: true
                                       model: removeRepositoryAction
                                       enableChannel: svnEnabled
-                                      extent: (Point 326 25)
+                                      extent: (Point 329 25)
                                     )
                                    )
                                  
                                 )
-                                extent: (Point 655 30)
+                                extent: (Point 660 30)
                               )
                              )
                            
@@ -317,7 +318,7 @@
                        )
                      
                     )
-                    extent: (Point 695 404)
+                    extent: (Point 694 397)
                   )
                  )
                
@@ -327,8 +328,6 @@
          
         )
       )
-
-    "Modified: / 16-08-2009 / 15:59:47 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
 !SettingsApp class methodsFor:'queries'!