aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 13:25:32 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 13:25:32 -0600
commit33b30cfe0573b7661c2073057252212f24841441 (patch)
tree0aaf153aaa5c4f12675bf30e97b14cebbe3d65ca /config.h
parentdbc334e870234e661648492b7eb9b5d2fe3f307e (diff)
fixes: fix bugs found when running in a virtual machine
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6dde0c7..6f8d4c4 100644
--- a/config.h
+++ b/config.h
@@ -15,6 +15,7 @@
#define WIDTH 1920
#define HEIGHT 1080
+#define SEARCH_BAR_SIZE 1200
#define KEY(x) GDK_KEY_##x
#define ZOOM 1.4 /* Starting zoom level.*/
#define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */