summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/tree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/desktop/tree.c b/desktop/tree.c
index dd34cb64a..b0fe2c6e3 100644
--- a/desktop/tree.c
+++ b/desktop/tree.c
@@ -1612,9 +1612,7 @@ static void tree_draw_node_element(struct tree *tree,
fstyle = &plot_fstyle;
}
- plot.text(x + 4, y +
- ((TREE_LINE_HEIGHT * 2 + tree_text_size_px)
- + 2) / 4,
+ plot.text(x + 4, y + (TREE_LINE_HEIGHT * 3 + 2) / 4,
element->text, strlen(element->text),
fstyle);
break;