Adjust thickness of tree branches
This commit is contained in:
parent
04f01ab408
commit
fd2abb7ba1
1 changed files with 1 additions and 1 deletions
|
@ -2408,7 +2408,7 @@ fn render_tree_branch(is_last: bool, overdraw: bool, cx: &mut WindowContext) ->
|
|||
let rem_size = cx.rem_size();
|
||||
let line_height = cx.text_style().line_height_in_pixels(rem_size);
|
||||
let width = rem_size * 1.5;
|
||||
let thickness = px(2.);
|
||||
let thickness = px(1.);
|
||||
let color = cx.theme().colors().text;
|
||||
|
||||
canvas(move |bounds, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue