Commit b6de30ae authored by hirono's avatar hirono Committed by Commit bot

Gallery.app: Decrease toolbar hiding timeout seconds.

BUG=421840
TEST=manually

Review URL: https://codereview.chromium.org/644883002

Cr-Commit-Position: refs/heads/master@{#299053}
parent 6f3e3650
......@@ -237,7 +237,7 @@ Gallery.prototype.__proto__ = cr.EventTarget.prototype;
* @const
* @type {number}
*/
Gallery.FADE_TIMEOUT = 3000;
Gallery.FADE_TIMEOUT = 2000;
/**
* First time tools fade-out timeout in milliseconds.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment