Description: Patch to increase the minimum size of the city dialogue
box so there is no scroll on the minimap (TODO: test this actually
works, especially on small screens)
Author: Karl Goetz <karl@kgoetz.id.au>
Forwarded: no
Last-Update: <2010-08-12>
diff --git a/client/options.h b/client/options.h
index 3446205..6fbd49c 100644
--- a/client/options.h
+++ b/client/options.h
@@ -252,7 +252,7 @@ extern unsigned int messages_where[]; /* OR-ed MW_ values [E_LAST] */
#define GUI_GTK2_CITYDLG_MIN_XSIZE 256
#define GUI_GTK2_CITYDLG_MAX_XSIZE 4096
-#define GUI_GTK2_CITYDLG_DEFAULT_YSIZE 512
+#define GUI_GTK2_CITYDLG_DEFAULT_YSIZE 524
#define GUI_GTK2_CITYDLG_MIN_YSIZE 128
#define GUI_GTK2_CITYDLG_MAX_YSIZE 4096