Use box drawing character for indentation
This commit is contained in:
parent
8fb3ab19c8
commit
fcd722a836
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ narrowDrawState nodeId ds = ds
|
|||
}
|
||||
|
||||
indent :: Widget n -> Widget n
|
||||
indent = (txt "| " <+>)
|
||||
indent = (txt "│ " <+>)
|
||||
|
||||
drawSubnode :: NodeId -> DrawState -> Node -> Widget ResourceName
|
||||
drawSubnode nodeId ds node =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue