From c90c819268595dfd398ffa86b3c0f84bf75bf545 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 14 Nov 2023 22:37:57 +0000 Subject: [PATCH] tweak search bar size to be smaller --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 9215e09..a542110 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 1200 +#define SEARCH_BAR_SIZE 500 #define KEY(x) GDK_KEY_##x #define ZOOM 1.6 /* Starting zoom level.*/ #define ZOOM_VAL .1 /* Zooming value in zoomin/zoomout functions */