aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-11-22 20:41:21 +0000
committerNunoSempere <nuno.sempere@protonmail.com>2023-11-22 20:41:21 +0000
commita2f5a864bf822dfb7b39035c256464bfb6a2b0f6 (patch)
treef0dcf766454acb881bec8deb14968544545b48d2 /config.h
parent292a3f6761bc9b79fddb098d27544db2acf98329 (diff)
more twitter tweaks
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 a542110..bcb8000 100644
--- a/config.h
+++ b/config.h
@@ -19,7 +19,7 @@
#define WIDTH 1920 // 960 for half-width, 1920 for full width
#define HEIGHT 1080
-#define SEARCH_BAR_SIZE 500
+#define SEARCH_BAR_SIZE 1000
#define KEY(x) GDK_KEY_##x
#define ZOOM 1.6 /* Starting zoom level.*/
#define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */