aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-25 17:06:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-25 17:06:29 -0700
commit0876ced7760c8866f1b90b1bbaff9bdd19a7a7d8 (patch)
tree448a662a2cf4273485861c2cf2ee5571a5b391b7
parent8404de738146228cb1540e4dff87b3b713af4230 (diff)
downloadsscan-0876ced7760c8866f1b90b1bbaff9bdd19a7a7d8.tar.gz
shrink status box
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 489fb7b..2acb0ff 100644
--- a/Main.hs
+++ b/Main.hs
@@ -27,7 +27,7 @@ drawUI :: St -> [Widget ()]
drawUI st = [ui]
where
ui = vBox [ hBorderWithLabel (str "[ Status ]")
- , C.center $ status
+ , vLimit 3 $ C.center $ status
, hBorderWithLabel (str "[ Current settings ]")
, padAll 1 $ C.center $ settingsBox
, hBorderWithLabel (str "[ Presets ]")