diff options
author | Siddarth Suresh <155843085+SiddarthSuresh98@users.noreply.github.com> | 2025-04-28 13:38:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 13:38:19 -0400 |
commit | 6562ed9a4e43c15c89fb20b9edc5128b4128929b (patch) | |
tree | 90633420f83bb7633852ef13731297773bc72e68 /gui/util.cc | |
parent | 013a79547aa465872d0262b2f5c24e73f9556869 (diff) | |
parent | a872da5612eb73b841bdd052354a2f7b1007d873 (diff) |
Merge pull request #74 from bdunahu/bdunahu
version bump + make cache generation more reasonable
Diffstat (limited to 'gui/util.cc')
-rw-r--r-- | gui/util.cc | 4 |
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) |