set delay to 0.5 and disable animation

This commit is contained in:
takase1121 2021-03-20 01:03:16 +00:00
parent cdf5b9b9b8
commit 93753634f5
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ local View = require "core.view"
local default_treeview_size = 200 * SCALE
local tooltip_offset = style.font:get_height("A")
local tooltip_border = 1
local tooltip_delay = 1
local tooltip_delay = 0.5
local tooltip_alpha = 255
local tooltip_alpha_step = 0.45
local tooltip_alpha_step = 1
local function get_depth(filename)