aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2024-02-11 14:06:23 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2024-02-11 14:08:19 +0100
commit90fef3b4682a6e31b1cf9e980b033bb5725ef7fe (patch)
tree9e48ad4c3cf5b3e3a00010502e0552e415930e2c /config.h
parentd8522eb8279ec7ff037564fa0551336168b68f72 (diff)
refactor bar variable names
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 70a1714..98653b7 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
// Key user config
#define WIDTH 1920 // 960 for half-width, 1920 for full width
#define HEIGHT 1080
-#define SEARCH_BAR_SIZE 1000
+#define BAR_SIZE 1000
// More user config
#define ZOOM 1.6 /* Starting zoom level.*/