mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-02 11:05:10 +03:00
Remove pointless padding operations from full UI in padding demo
This commit is contained in:
parent
aac772d573
commit
64a1e3edf5
@ -24,7 +24,7 @@ ui =
|
||||
|
||||
app :: App () Event
|
||||
app =
|
||||
App { appDraw = const [padBottom $ padRight ui]
|
||||
App { appDraw = const [ui]
|
||||
, appHandleEvent = resizeOrQuit
|
||||
, appAttrMap = const def
|
||||
, appChooseCursor = neverShowCursor
|
||||
|
Loading…
Reference in New Issue
Block a user