[client] Adjust padding
This commit is contained in:
parent
a546ce0334
commit
f101ecdbb4
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ onKeyWithEditor ed cs ev = updateEditor ed cs ev
|
||||||
{- And the rest of the Brick application -}
|
{- And the rest of the Brick application -}
|
||||||
|
|
||||||
clientDraw :: ClientState -> [Widget ResourceName]
|
clientDraw :: ClientState -> [Widget ResourceName]
|
||||||
clientDraw cs = [padTop (Pad 1) $ padLeft (Pad 2) vp]
|
clientDraw cs = [padTopBottom 1 $ padLeftRight 2 vp]
|
||||||
where
|
where
|
||||||
tree = renderTree boxDrawingBranching (csEditor cs) (csTree cs)
|
tree = renderTree boxDrawingBranching (csEditor cs) (csTree cs)
|
||||||
vp = viewport RnViewport Vertical tree
|
vp = viewport RnViewport Vertical tree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue