summaryrefslogtreecommitdiffstats
path: root/src/help_states.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/help_states.rs')
-rw-r--r--src/help_states.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help_states.rs b/src/help_states.rs
index 92c356f..49fed9e 100644
--- a/src/help_states.rs
+++ b/src/help_states.rs
@@ -27,7 +27,7 @@ impl HelpState {
}
fn resize_area(&mut self, screen: &Screen) {
- let area = Area::new(0, 0, screen.w, screen.h - 3);
+ let area = Area::new(0, 0, screen.w, screen.h - 2);
self.view.resize(&area);
}
}