This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit edfe1b2a1986cee5f2cef5770fc0ae6939c61bc3
Author: Alastair Poole <[email protected]>
AuthorDate: Thu Jan 22 18:52:32 2026 +0000
UI: Make this smaller.
I prefer a smaller initial window size by default
---
src/bin/ui/evisum_ui.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/ui/evisum_ui.h b/src/bin/ui/evisum_ui.h
index 4d38ab9..316f3eb 100644
--- a/src/bin/ui/evisum_ui.h
+++ b/src/bin/ui/evisum_ui.h
@@ -14,7 +14,7 @@
#define _(STR) gettext(STR)
#define EVISUM_WIN_WIDTH 640
-#define EVISUM_WIN_HEIGHT 800
+#define EVISUM_WIN_HEIGHT 480
typedef struct _Evisum_Ui
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.