aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:49:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 21:49:45 -0700
commit7f017a7d50b944426d1bbc59036a840d5c087997 (patch)
tree61f01a6691efe81115d3df27392202c34b4cb441
parentb1fd0291e72b4235a4cd25ac4f40d236dd0ee8c8 (diff)
downloadsscan-7f017a7d50b944426d1bbc59036a840d5c087997.tar.gz
increase max size of actions to accommodate ESC
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 79f5b49..9688cc9 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 ]")
- , vLimit 5 $ C.center $ actionsBox
+ , vLimit 6 $ C.center $ actionsBox
]
status = str "Ready to scan first page"
settingsBox = defnList AlignRight Nothing