commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6586 - trunk/gnue-designer/src/forms


From: kilo
Subject: r6586 - trunk/gnue-designer/src/forms
Date: Sat, 30 Oct 2004 16:16:51 -0500 (CDT)

Author: kilo
Date: 2004-10-30 16:16:51 -0500 (Sat, 30 Oct 2004)
New Revision: 6586

Modified:
   trunk/gnue-designer/src/forms/Instance.py
Log:
Added FocusOrder menu entry
Make FocusOrder tool tooltip work

Modified: trunk/gnue-designer/src/forms/Instance.py
===================================================================
--- trunk/gnue-designer/src/forms/Instance.py   2004-10-30 20:51:28 UTC (rev 
6585)
+++ trunk/gnue-designer/src/forms/Instance.py   2004-10-30 21:16:51 UTC (rev 
6586)
@@ -254,7 +254,8 @@
        ('Modify|Align Items','Forms:AlignVCenter', _("&Align Vertical 
Center"), None, _("Vertically align the currently selected items along their 
centers"),111.3, 0),
        ('Modify|Align Items','Forms:SmartAlign', _("&Smart Align 
Labels/Fields"), None, _("Align Labels and fields into a block formation, with 
all fields left aligned and all labels left aligned."),121.1, 0),
 
-       ('Modify','LayoutEditor:AutoArrange', _("&Reset Focus Order by 
Position"), None, _("Automatically set the focus order based on an items 
position"),201.2, 0)):
+       ('Modify','LayoutEditor:FocusOrder', _("&Set Focus Order Manually"), 
None, _("Set the focus order by hand"),201.2, 0),
+       ('Modify','LayoutEditor:AutoArrange', _("&Reset Focus Order by 
Position"), None, _("Automatically set the focus order based on an items 
position"),201.3, 0)):
       self.menubar.addAction(location, text, event,
                       grouping, canDisable=1, canToggle=canToggle,
                       icon=None, hotkey=hotkey, help=help)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]