Slightly improve positioning of lists.

svn path=/trunk/netsurf/; revision=2759
This commit is contained in:
Richard Wilson 2006-07-16 00:40:13 +00:00
parent 0657764d00
commit 2ebc9d2c50

View File

@ -216,7 +216,7 @@ void tree_recalculate_node_positions(struct tree *tree, struct node *root) {
child = child->next)
node->box.y += child->box.height;
} else {
node->box.x = tree->no_furniture ? -NODE_INSTEP + 8 : 0;
node->box.x = tree->no_furniture ? -NODE_INSTEP + 4 : 0;
node->box.y = -40;
}
if (node->expanded) {