#UI_ENHANCEMENT by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jun 2016 16:09:58 +0200
branchcvs_MAIN
changeset 683 86155053e3ae
parent 681 0d52fd20060a
child 689 bd3588805365
#UI_ENHANCEMENT by cg class: HGSourceCodeManagementSettingsAppl changed: #windowSpec geometry
mercurial/HGSourceCodeManagementSettingsAppl.st
--- a/mercurial/HGSourceCodeManagementSettingsAppl.st	Sat Jun 04 04:25:36 2016 +0200
+++ b/mercurial/HGSourceCodeManagementSettingsAppl.st	Thu Jun 09 16:09:58 2016 +0200
@@ -234,7 +234,7 @@
              label: ' Mercurial Settings'
              name: 'MercurialSettingsTitle'
              layout: (LayoutFrame 0 0 0 0 0 1 66 0)
-             style: (FontDescription helvetica medium roman 18 #'iso10646-1')
+             style: (FontDescription helvetica medium roman 18 #'iso10646-1' nil nil)
              backgroundColor: (Color 100.0 100.0 100.0)
              translateLabel: true
              adjust: left
@@ -300,15 +300,15 @@
                                     (SpecCollection
                                        collection: (
                                         (LabelSpec
-                                           label: '''hg'' command:'
+                                           label: '''hg'' Command:'
                                            name: 'CommandLabel'
-                                           layout: (LayoutFrame 5 0 0 0 120 0 30 0)
+                                           layout: (LayoutFrame 5 0 -3 0 150 0 27 0)
                                            translateLabel: true
-                                           adjust: left
+                                           adjust: right
                                          )
                                         (FilenameInputFieldSpec
                                            name: 'HGCommand'
-                                           layout: (LayoutFrame 125 0 0 0 -100 1 0 1)
+                                           layout: (LayoutFrame 150 0 0 0 -100 1 0 1)
                                            enableChannel: hgEnabled
                                            model: hgCommand
                                            acceptOnPointerLeave: true
@@ -815,11 +815,11 @@
 !HGSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libscm/mercurial/HGSourceCodeManagementSettingsAppl.st,v 1.7 2015-05-15 11:31:14 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libscm/mercurial/HGSourceCodeManagementSettingsAppl.st,v 1.7 2015-05-15 11:31:14 cg Exp $'
+    ^ '$Header$'
 !
 
 version_HG
@@ -828,7 +828,7 @@
 !
 
 version_SVN
-    ^ '$Id: HGSourceCodeManagementSettingsAppl.st,v 1.7 2015-05-15 11:31:14 cg Exp $'
+    ^ '$Id$'
 ! !