Wrap node text in client
This commit is contained in:
parent
4c24430c07
commit
1dfce4a93d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ narrowDrawState nodeId ds = ds
|
||||||
}
|
}
|
||||||
|
|
||||||
nodeToWidget :: Node -> Widget ResourceName
|
nodeToWidget :: Node -> Widget ResourceName
|
||||||
nodeToWidget node = txt $ nodeText node
|
nodeToWidget node = txtWrap $ nodeText node
|
||||||
|
|
||||||
subnodeToTree :: DrawState -> NodeId -> Node -> WidgetTree ResourceName
|
subnodeToTree :: DrawState -> NodeId -> Node -> WidgetTree ResourceName
|
||||||
subnodeToTree ds nodeId node =
|
subnodeToTree ds nodeId node =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue