mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Slightly improve positioning of lists.
svn path=/trunk/netsurf/; revision=2759
This commit is contained in:
parent
0657764d00
commit
2ebc9d2c50
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user