lite-xl/data
Francesco Abbate 4d734e933c Fix resize behavior of treeview and toolbar
Now toolbarview always compute up-to-date sizes and spacing to adapt to
changes in icon big font.

For treeview and toolbarview revert the goto_size approach to use the
original approach of rxi/lite. In order to make it work when user resizes
dragging the divider we use the view optional method set_target_size().
This latter changes the view's target size instead of changing its size
right away. The size is only changed by the lite's layout and animation
system.

Remove the config.treeview_size variable that was no longer working because
plugins are loaded before the user's config.
2021-02-27 12:13:11 +01:00
..
colors Implement user's config as init file and add directory into package.path 2020-12-02 16:03:31 +01:00
core Fix resize behavior of treeview and toolbar 2021-02-27 12:13:11 +01:00
fonts Fix missing info icon 2021-02-20 20:15:09 +01:00
plugins Fix resize behavior of treeview and toolbar 2021-02-27 12:13:11 +01:00
user Make code and ui font smaller at 12 2021-02-19 16:23:19 +01:00