reduce tree item indent

This commit is contained in:
Vadim Lopatin 2017-08-28 13:20:21 +03:00
parent a2f05b2c48
commit 31495c01b1
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ class TreeItemWidget : HorizontalLayout {
level--;
if (level < 0)
level = 0;
int w = level * style.font.size * 2;
int w = level * style.font.size * 3 / 4;
_tab.minWidth = w;
_tab.maxWidth = w;
if (_item.canCollapse()) {