treeview: fixed github merging error
This commit is contained in:
parent
5a63f6dc2e
commit
e8427ae168
|
@ -11,14 +11,11 @@ local RootView = require "core.rootview"
|
||||||
|
|
||||||
config.plugins.treeview = common.merge({
|
config.plugins.treeview = common.merge({
|
||||||
-- Amount of clicks to open a file
|
-- Amount of clicks to open a file
|
||||||
clicks_to_open = 2
|
clicks_to_open = 2,
|
||||||
}, config.plugins.treeview)
|
-- Default treeview width
|
||||||
|
|
||||||
config.plugins.treeview = common.merge({
|
|
||||||
size = 200 * SCALE
|
size = 200 * SCALE
|
||||||
}, config.plugins.treeview)
|
}, config.plugins.treeview)
|
||||||
|
|
||||||
|
|
||||||
local tooltip_offset = style.font:get_height()
|
local tooltip_offset = style.font:get_height()
|
||||||
local tooltip_border = 1
|
local tooltip_border = 1
|
||||||
local tooltip_delay = 0.5
|
local tooltip_delay = 0.5
|
||||||
|
|
Loading…
Reference in New Issue