summaryrefslogtreecommitdiffstats
path: root/source/a/dialog/dialog.smaller.min.height.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dialog/dialog.smaller.min.height.diff')
-rw-r--r--source/a/dialog/dialog.smaller.min.height.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/source/a/dialog/dialog.smaller.min.height.diff b/source/a/dialog/dialog.smaller.min.height.diff
new file mode 100644
index 000000000..c9a327af3
--- /dev/null
+++ b/source/a/dialog/dialog.smaller.min.height.diff
@@ -0,0 +1,22 @@
+--- ./checklist.c.orig 2008-06-20 15:58:21.000000000 -0500
++++ ./checklist.c 2009-04-22 19:00:18.000000000 -0500
+@@ -31,7 +31,7 @@
+
+ static int list_width, check_x, item_x, checkflag;
+
+-#define MIN_HIGH (1 + (5 * MARGIN))
++#define MIN_HIGH 4
+
+ #define LLEN(n) ((n) * CHECKBOX_TAGS)
+ #define ItemData(i) &items[LLEN(i)]
+--- ./menubox.c.orig 2008-06-19 19:54:16.000000000 -0500
++++ ./menubox.c 2009-04-22 19:00:07.000000000 -0500
+@@ -35,7 +35,7 @@
+ Editing
+ } Mode;
+
+-#define MIN_HIGH (1 + (5 * MARGIN))
++#define MIN_HIGH 4
+
+ #define INPUT_ROWS 3 /* rows per inputmenu entry */
+