diff --git a/data/plugins/treeview.lua b/data/plugins/treeview.lua index 696dc5de..4b81d55a 100644 --- a/data/plugins/treeview.lua +++ b/data/plugins/treeview.lua @@ -11,14 +11,11 @@ local RootView = require "core.rootview" config.plugins.treeview = common.merge({ -- Amount of clicks to open a file - clicks_to_open = 2 -}, config.plugins.treeview) - -config.plugins.treeview = common.merge({ + clicks_to_open = 2, + -- Default treeview width size = 200 * SCALE }, config.plugins.treeview) - local tooltip_offset = style.font:get_height() local tooltip_border = 1 local tooltip_delay = 0.5