summaryrefslogtreecommitdiff
path: root/data/rc.xml
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-04 15:07:10 -0500
committerDana Jansens <danakj@orodu.net>2010-01-06 17:13:03 -0500
commitb88cf22bc0084bc611453443b5d8355edbe33bfa (patch)
tree65814bef5a14262548df071664d03fcbfb2c775e /data/rc.xml
parent8968b38338529cd0a7f2ad08a7c2e0d2e76b6e62 (diff)
Some fixes for the submenu hide delay code
When nothing in a menu is selected, go back to selecting the open submenu. Adjust the LeaveNotify event handling to only respond when there is not a EnterNotify coming for the same menu frame. Change the default submenu show/hide delays. Have the default values for submenu show/hide match the default rc.xml
Diffstat (limited to 'data/rc.xml')
-rw-r--r--data/rc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rc.xml b/data/rc.xml
index d6956287..cf6d47cd 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -632,7 +632,7 @@
menu is hidden again -->
<middle>no</middle>
<!-- center submenus vertically about the parent entry -->
- <submenuShowDelay>100</submenuShowDelay>
+ <submenuShowDelay>200</submenuShowDelay>
<!-- this one is easy, time to delay before showing a submenu after hovering
over the parent entry -->
<submenuHideDelay>400</submenuHideDelay>