lower the default submenu show delay

This commit is contained in:
Dana Jansens 2010-02-16 08:19:00 -05:00
parent a891a188d0
commit a8554def0e
2 changed files with 2 additions and 2 deletions

View file

@ -673,7 +673,7 @@
menu is hidden again --> menu is hidden again -->
<middle>no</middle> <middle>no</middle>
<!-- center submenus vertically about the parent entry --> <!-- center submenus vertically about the parent entry -->
<submenuShowDelay>200</submenuShowDelay> <submenuShowDelay>100</submenuShowDelay>
<!-- time to delay before showing a submenu after hovering over the parent <!-- time to delay before showing a submenu after hovering over the parent
entry. entry.
if this is a negative value, then the delay is infinite and the if this is a negative value, then the delay is infinite and the

View file

@ -1042,7 +1042,7 @@ void config_startup(ObtXmlInst *i)
config_menu_hide_delay = 250; config_menu_hide_delay = 250;
config_menu_middle = FALSE; config_menu_middle = FALSE;
config_submenu_show_delay = 200; config_submenu_show_delay = 100;
config_submenu_hide_delay = 400; config_submenu_hide_delay = 400;
config_menu_manage_desktops = TRUE; config_menu_manage_desktops = TRUE;
config_menu_files = NULL; config_menu_files = NULL;