diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-11-14 22:37:57 +0000 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-11-14 22:37:57 +0000 |
commit | c90c819268595dfd398ffa86b3c0f84bf75bf545 (patch) | |
tree | bf837bf334fd0d5c72b3dd054778dcf36c5a2961 | |
parent | 7e23aad95fda2732dd8777207cb213705bbbac9e (diff) |
tweak search bar size to be smaller
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |