Minor fixes in UI jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Fri, 18 Jan 2013 00:33:28 +0000
branchjv
changeset 12323 76317ec5dc59
parent 12322 6ca193e20c8e
child 12328 2d47a394e0cf
child 12329 9fc078cd44ab
child 12387 6b324d633085
Minor fixes in UI
Tools__ChangeSetDiffTool.st
--- a/Tools__ChangeSetDiffTool.st	Fri Jan 18 00:03:03 2013 +0000
+++ b/Tools__ChangeSetDiffTool.st	Fri Jan 18 00:33:28 2013 +0000
@@ -741,7 +741,7 @@
                        )
                      
                     )
-                    handles: (Any 0.5 1.0)
+                    handles: (Any 0.3 1.0)
                     postBuildCallback: navigatorAndDiffPanelView:
                   )
                  )
@@ -752,6 +752,8 @@
          
         )
       )
+
+    "Modified: / 18-01-2013 / 00:07:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !ChangeSetDiffTool class methodsFor:'interface specs - labels'!
@@ -1536,11 +1538,6 @@
                (MenuItem
                   label: 'Go to Previous Conflict'
                   itemValue: menuMoveUpConflict
-                  shortcutKey: AltUp
-                )
-               (MenuItem
-                  label: 'Go to Previous Conflict'
-                  itemValue: menuMoveUpConflict
                   shortcutKey: CmdCursorUp
                 )
                (MenuItem
@@ -3857,5 +3854,5 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__ChangeSetDiffTool.st 8091 2013-01-18 00:03:03Z vranyj1 $'
+    ^ '$Id: Tools__ChangeSetDiffTool.st 8092 2013-01-18 00:33:28Z vranyj1 $'
 ! !