aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:34:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:34:14 -0700
commit8376e535f6e8b47da2154ac7928d9a1f32ab7d59 (patch)
tree4b4c59d41c361034db2b9f76e7db482623fdec52
parent6d0181002b841fee90d03dae0aa4759fdfcc46b5 (diff)
downloadsscan-8376e535f6e8b47da2154ac7928d9a1f32ab7d59.tar.gz
shrink actions box
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 5c2a673..1a59f88 100644
--- a/Main.hs
+++ b/Main.hs
@@ -34,7 +34,7 @@ drawUI st = [ui]
, hBorderWithLabel (str "[ Presets ]")
, padAll 1 $ C.center $ presetsBox
, hBorderWithLabel (str "[ Actions ]")
- , padAll 1 $ C.center $ actionsBox
+ , vLimit 5 $ C.center $ actionsBox
]
status = str "Ready to scan first page"
settingsBox = defnList AlignRight Nothing