aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-04-07 16:51:25 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-04-07 16:51:25 -0400
commit17ff6bb780e33e75658829c9e16ff66377d00ce0 (patch)
tree385ecb433abe746685d25925198b12530fdeb7e7 /config.h
parentf1982d015dd15b9ef4c2f8fbdf7f80760bff4981 (diff)
feat: integrate new ea forum frontend.
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 6f8d4c4..8e4b7a5 100644
--- a/config.h
+++ b/config.h
@@ -17,7 +17,7 @@
#define HEIGHT 1080
#define SEARCH_BAR_SIZE 1200
#define KEY(x) GDK_KEY_##x
-#define ZOOM 1.4 /* Starting zoom level.*/
+#define ZOOM 1 /* Starting zoom level.*/
#define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */
#define BG_COLOR "#FEFEFE" /* "FEFEFE", "#1E1E2E" */
#define DEBUG false