summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/util.cc b/gui/util.cc
index b62ed81..df4bc24 100644
--- a/gui/util.cc
+++ b/gui/util.cc
@@ -4,8 +4,8 @@
int cache_size_mapper(int total_levels, int level)
{
- const int y_min = 4;
- const int y_max = MEM_LINE_SPEC - 4;
+ const int y_min = 5;
+ const int y_max = MEM_LINE_SPEC - 2;
double f, r;
if (total_levels <= 0)