summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/tree-as-container.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tree-as-container.cxx b/examples/tree-as-container.cxx
index 73a7fb580..fa3280a93 100644
--- a/examples/tree-as-container.cxx
+++ b/examples/tree-as-container.cxx
@@ -23,10 +23,10 @@
#include <FL/Fl_Group.H>
#include <FL/Fl_Input.H>
-#define MAX_ROWS 80000
+#define MAX_ROWS 20000
#define MAX_FIELDS 5
#define FIELD_WIDTH 70
-#define FIELD_HEIGHT 25
+#define FIELD_HEIGHT 30
class MyData : public Fl_Group {
Fl_Input *fields[MAX_FIELDS];