kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=192d58cfe50697afc9cab01fc9470d21eb502f4c
commit 192d58cfe50697afc9cab01fc9470d21eb502f4c Author: Kai Huuhko <kai.huu...@gmail.com> Date: Fri Aug 26 21:08:26 2016 +0300 Use the new "indent" style in TorrentFiles tree items --- epour/gui/TorrentProps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epour/gui/TorrentProps.py b/epour/gui/TorrentProps.py index ea10883..c1fc757 100644 --- a/epour/gui/TorrentProps.py +++ b/epour/gui/TorrentProps.py @@ -101,7 +101,7 @@ class DirectoryClass(GenlistItemClass): ) -ITEM_CLASS_FILES = FileClass() +ITEM_CLASS_FILES = FileClass(item_style="indent") ITEM_CLASS_DIRS = DirectoryClass() --