summaryrefslogtreecommitdiffstats
path: root/tdefx/tdestyle.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-03-02 21:28:30 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-03-02 21:28:30 -0600
commit8339faaa44c468ebead5d3c111bc9f5c0498d808 (patch)
tree8c8475ab549f2dfd76555684b86e42590be85e79 /tdefx/tdestyle.cpp
parent5975b91a25006fa4aa7aad765caa71ba4f9cd0c0 (diff)
downloadtdelibs-8339faaa44c468ebead5d3c111bc9f5c0498d808.tar.gz
tdelibs-8339faaa44c468ebead5d3c111bc9f5c0498d808.zip
Keep tdelibs consistent with tdebase in commit 0cb3dd41.
Diffstat (limited to 'tdefx/tdestyle.cpp')
-rw-r--r--tdefx/tdestyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefx/tdestyle.cpp b/tdefx/tdestyle.cpp
index 0c6a7f1fe..996c7f343 100644
--- a/tdefx/tdestyle.cpp
+++ b/tdefx/tdestyle.cpp
@@ -197,7 +197,7 @@ TDEStyle::TDEStyle( TDEStyleFlags flags, TDEStyleScrollBarType sbtype )
// Read style settings
TQSettings settings;
- d->popupMenuDelay = settings.readNumEntry ("/TDEStyle/Settings/PopupMenuDelay", 256);
+ d->popupMenuDelay = settings.readNumEntry ("/TDEStyle/Settings/PopupMenuDelay", 250);
d->sloppySubMenus = settings.readBoolEntry("/TDEStyle/Settings/SloppySubMenus", false);
d->etchDisabledText = settings.readBoolEntry("/TDEStyle/Settings/EtchDisabledText", true);
d->menuAltKeyNavigation = settings.readBoolEntry("/TDEStyle/Settings/MenuAltKeyNavigation", true);