Skip to content

Commit

Permalink
increased default tree_view width from 200 to 230
Browse files Browse the repository at this point in the history
  • Loading branch information
RednibCoding committed Apr 4, 2024
1 parent d08c748 commit da23f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/plugins/treeview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local keymap = require "core.keymap"
local style = require "core.style"
local View = require "core.view"

config.treeview_size = 200 * SCALE
config.treeview_size = 230 * SCALE

local function get_depth(filename)
local n = 0
Expand Down

0 comments on commit da23f58

Please sign in to comment.